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
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Aethenelle_ has quit [Quit: Aethenelle_]
shinnya has quit [Ping timeout: 246 seconds]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Remote host closed the connection]
rafaelfranca has joined #ruby-core
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
rafaelfranca has quit [Remote host closed the connection]
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
apofis has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
apofis has quit [Quit: Textual IRC Client: www.textualapp.com]
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
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
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
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
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
tax has quit [Ping timeout: 252 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
charliesome has joined #ruby-core
nokada_ has joined #ruby-core
nokada_ has quit [Remote host closed the connection]
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
madgen has joined #ruby-core
<zzak> [Jonne Haß, irc.freenode.net] kareeoleez: strace ?
<zzak> [kareeoleez, irc.freenode.net] ?
<zzak> [Jonne Haß, irc.freenode.net] strace -e ioctol ifconfig
<zzak> [kareeoleez, irc.freenode.net] ah BSD doesn't have strace
<zzak> [Jonne Haß, irc.freenode.net] and no equivalent? oO
<zzak> [Arne, irc.freenode.net] keep in mind that using syscalls wo't be very portable
<zzak> [Jonne Haß, irc.freenode.net] http://www.freebsdonline.com/content/view/912/524/
<zzak> [kareeoleez, irc.freenode.net] ktrace maybe
<zzak> [kareeoleez, irc.freenode.net] but even ktrace ifconfig creates a file ktrace.out with some gibberish
<zzak> [Arne, irc.freenode.net] yeah you need to filter for ioctls
<zzak> [Arne, irc.freenode.net] cat ktrace.out | grep ^ioctl
<zzak> [kareeoleez, irc.freenode.net] nothing comes out
<zzak> [Arne, irc.freenode.net] well i do't know how that ktrace file looks, use the tool that was linked before
<zzak> [Arne, irc.freenode.net] truss or whatever
<zzak> [machinewar, irc.freenode.net] anyone know of convention for setting up mini-test in a ruby gem project? i.e. so that all of my classes are when tests run? Do I need to make a spec_helper and add to LOAD_PATH? or do you explicitly require the classes in your specs?
<zzak> [raz, irc.freenode.net] hmm, how do i set a constant on a class created via Class.new? i can't get it to work :( http://pastebin.com/6wTcrsmf
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] raz: we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/af2377e28aa788b5dddba48f3e33a4cb
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] raz: pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
<zzak> [raz, irc.freenode.net] woops
<zzak> [machinewar, irc.freenode.net] RazorX: you can use const_set(constant_name, val)
<zzak> [kareeoleez, irc.freenode.net] can someone explain what does this "/inet (?<ipv4>[\d\.]+)/ =~ rin" do ?
<zzak> [machinewar, irc.freenode.net] if you have instance of the class then you'd do obj = Class.new; obj.class.const_set("MY_CONST", "value")
<zzak> [machinewar, irc.freenode.net] raz: ^ sorry tagged someone else
<zzak> [raz, irc.freenode.net] machinewar: oh, gonna try that
<zzak> [machinewar, irc.freenode.net] raz: then you can do stuff like obj.class::MY_CONST
<zzak> [raz, irc.freenode.net] machinewar: sadly doesn't work, still the same error: https://gist.github.com/anonymous/56cc6181bb8d45b238eefa0d154bfc0f
<zzak> [machinewar, irc.freenode.net] raz: you don't need the .new on line 9 you already have an instance
<zzak> [machinewar, irc.freenode.net] since you called .new on line 1
Aethenelle has joined #ruby-core
enebo has joined #ruby-core
<znz_jp> biff: [ruby-changes:42919] kazu:r54993 (trunk): fix typos [ci skip] - http://mla.n-z.jp/?ruby-changes=42919
charliesome has joined #ruby-core
Aethenelle has quit [Ping timeout: 240 seconds]
<znz_jp> biff: [ruby-changes:42920] nobu:r54994 (trunk): random.c: clear buf - http://mla.n-z.jp/?ruby-changes=42920
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
madgen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:42921] nobu:r54995 (trunk): random.c: fill_random_seed size - http://mla.n-z.jp/?ruby-changes=42921
<znz_jp> biff: [ruby-changes:42923] nobu:r54997 (trunk): random.c: no local copy of the seed - http://mla.n-z.jp/?ruby-changes=42923
<znz_jp> biff: [ruby-changes:42922] svn:r54996 (trunk): * 2016-05-14 - http://mla.n-z.jp/?ruby-changes=42922
charliesome has joined #ruby-core
madgen has quit [Ping timeout: 276 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<znz_jp> biff: [ruby-changes:42924] nobu:r54998 (trunk): test_rand.rb: tests for seeds - http://mla.n-z.jp/?ruby-changes=42924
deepak has quit [Write error: Broken pipe]
wycats has quit [Write error: Broken pipe]
wycats has joined #ruby-core
deepak has joined #ruby-core
shinnya has joined #ruby-core
madgen has joined #ruby-core
shinnya has quit [Ping timeout: 265 seconds]
shinnya has joined #ruby-core
shinnya has quit [Read error: Connection reset by peer]
nagachika has joined #ruby-core
shinnya has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 260 seconds]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
rafaelfranca has joined #ruby-core
nagachika has quit [Remote host closed the connection]
madgen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby-core
rafaelfranca has quit [Ping timeout: 265 seconds]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
rafaelfranca has joined #ruby-core
nagachika has joined #ruby-core
rafaelfranca has quit [Read error: Connection reset by peer]
rafaelfranca has joined #ruby-core
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
nagachika has quit [Ping timeout: 260 seconds]
charliesome has joined #ruby-core
n0kada has quit [Ping timeout: 276 seconds]
charliesome has quit [Ping timeout: 265 seconds]
charliesome has joined #ruby-core
shinnya has quit [Ping timeout: 240 seconds]
charliesome has quit [Client Quit]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 240 seconds]
nagachika has joined #ruby-core
rafaelfranca has quit [Remote host closed the connection]
charliesome has joined #ruby-core
charliesome has quit [Read error: Connection reset by peer]
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
enebo has quit [Quit: enebo]
madgen has quit [Ping timeout: 260 seconds]