closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
<znz_jp> biff: [ruby-changes:42883] nobu:r54957 (trunk): test_ssl_server.rb: assert_self_signed_cert - http://mla.n-z.jp/?ruby-changes=42883
<znz_jp> biff: [ruby-changes:42884] nobu:r54958 (trunk): webrick/utils.rb: suppress messages - http://mla.n-z.jp/?ruby-changes=42884
<znz_jp> biff: [ruby-changes:42885] nobu:r54959 (trunk): openssl/extconf.rb: NO SSL macros first - http://mla.n-z.jp/?ruby-changes=42885
hsbt_away is now known as hsbt
knu has quit [Quit: Reboot...]
knu has joined #ruby-core
<znz_jp> biff: [ruby-changes:42886] nobu:r54960 (trunk): thread.c: clear atfork functions - http://mla.n-z.jp/?ruby-changes=42886
<znz_jp> biff: [ruby-changes:42887] nobu:r54961 (trunk): thread.c: GET_THREAD once in rb_thread_atfork - http://mla.n-z.jp/?ruby-changes=42887
<znz_jp> biff: [ruby-changes:42888] nobu:r54962 (trunk): random.c: seed conversion - http://mla.n-z.jp/?ruby-changes=42888
<znz_jp> biff: [ruby-changes:42889] nobu:r54963 (trunk): random.c: consitify - http://mla.n-z.jp/?ruby-changes=42889
zzak has quit [Remote host closed the connection]
zzak has joined #ruby-core
<zzak> [Brent, irc.freenode.net] I was watching the screencast form here http://pryrepl.org/
<zzak> [Shannon, irc.freenode.net] You can alternatively install the gem from the command line then restart Pry and require it.
<zzak> [Shannon, irc.freenode.net] gem install mines
<zzak> [Shannon, irc.freenode.net] brent__: Since you're using rbenv you may have to `rbenv rehash`.
<zzak> [Shannon, irc.freenode.net] ?rbenv
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] Missing command under rbenv? Did you try `rbenv rehash`?
<zzak> [Brent, irc.freenode.net] lol
<zzak> [Brent, irc.freenode.net] why would i need to do 'gem-install mines'?
<zzak> [Brent, irc.freenode.net] it's not a gem, just a .rb file
<zzak> [Shannon, irc.freenode.net] brent__: I assumed it's a gem. If it's a file the problem is likely that it's not in your $LOAD_PATH.
<zzak> [Shannon, irc.freenode.net] Or not accessible from a dir that is, rather.
<zzak> [Shannon, irc.freenode.net] brent__: Familiar with the #require_relative method?
<zzak> [dea, irc.freenode.net] brent__: You could say `require './mines'` or `require_relative 'mines'`, but it's better to get the necessary directory into $LOAD_PATH so that you can just say what you've got now.
<zzak> [Brent, irc.freenode.net] i have used it in the past
<zzak> [Shannon, irc.freenode.net] brent__: In Ruby 1.8 "." was in the $LOAD_PATH.
<zzak> [Brent, irc.freenode.net] Ox0dea: the directory may be changing for my files, does it still make sense to chang ethe $LOAD_path?
<zzak> [Shannon, irc.freenode.net] brent__: Say more about what you're doing.
<zzak> [Brent, irc.freenode.net] right now i'm just trying to learn some extra pry functionality
<zzak> [Shannon, irc.freenode.net] Take a look at: $LOAD_PATH
<zzak> [Brent, irc.freenode.net] not specifically doing anything, i suppose. Just trying to learn how to use pry
<zzak> [Brent, irc.freenode.net] in pry?
<zzak> [Shannon, irc.freenode.net] Yup, type: $LOAD_PATH
<zzak> [Brent, irc.freenode.net] k, see a lot for .rbenv directories listed
<zzak> [Shannon, irc.freenode.net] brent__: Those are places #require will look.
<zzak> [Shannon, irc.freenode.net] And #require_relative right beneath it
<zzak> [Brent, irc.freenode.net] okay, looking at how to add a directory
<zzak> [Shannon, irc.freenode.net] brent__: When you run pry you can `pry -I DIR` to "[a]dd a path to the $LOAD_PATH."
<zzak> [Brent, irc.freenode.net] does pry recognize which directory you invoked it from?
<zzak> [Shannon, irc.freenode.net] yup
tax has quit [Ping timeout: 265 seconds]
tax has joined #ruby-core
tax has quit [Ping timeout: 240 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
heroux has quit [Ping timeout: 276 seconds]
heroux has joined #ruby-core
heroux has quit [Ping timeout: 260 seconds]
heroux has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
heroux has quit [Ping timeout: 246 seconds]
heroux has joined #ruby-core
heroux has quit [Remote host closed the connection]
heroux has joined #ruby-core
hsbt is now known as hsbt_away
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<zzak___> eh
<zzak___> what
<zzak___> how does irc even work
harrow has quit [Quit: Leaving]
harrow has joined #ruby-core
Aethenelle has joined #ruby-core
Aethenelle has quit [Read error: Connection reset by peer]
Aethenelle has joined #ruby-core
nagachika has joined #ruby-core
<znz_jp> biff: [ruby-changes:42890] kazu:r54964 (trunk): fix a typo [ci skip] - http://mla.n-z.jp/?ruby-changes=42890
Aethenelle has quit [Quit: Aethenelle]
shinnya has joined #ruby-core
Aethenelle has joined #ruby-core
nagachika has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:42891] nobu:r54965 (trunk): random.c: compare by rb_equal - http://mla.n-z.jp/?ruby-changes=42891
<znz_jp> biff: [ruby-changes:42892] svn:r54966 (trunk): * 2016-05-10 - http://mla.n-z.jp/?ruby-changes=42892
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
nagachika has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
nagachika has quit [Remote host closed the connection]
tax has joined #ruby-core
shinnya has quit [Ping timeout: 276 seconds]
Hobart has left #ruby-core [#ruby-core]
Aethenelle has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
charliesome has joined #ruby-core
hsbt is now known as hsbt_away
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby-core
Aethenelle has joined #ruby-core