2014-07-17 22:52
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
00:06
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
02:41
Aethenelle_ has quit [Quit: Aethenelle_]
02:56
shinnya has quit [Ping timeout: 246 seconds]
05:08
rafaelfranca has joined #ruby-core
05:08
rafaelfranca has quit [Remote host closed the connection]
05:09
rafaelfranca has joined #ruby-core
05:27
hsbt is now known as hsbt_away
05:28
hsbt_away is now known as hsbt
05:28
hsbt is now known as hsbt_away
05:29
hsbt_away is now known as hsbt
05:45
rafaelfranca has quit [Remote host closed the connection]
06:00
hsbt is now known as hsbt_away
06:00
hsbt_away is now known as hsbt
06:01
hsbt is now known as hsbt_away
06:01
hsbt_away is now known as hsbt
06:07
apofis has joined #ruby-core
06:08
hsbt is now known as hsbt_away
06:08
hsbt_away is now known as hsbt
06:27
hsbt is now known as hsbt_away
07:00
hsbt_away is now known as hsbt
07:39
hsbt is now known as hsbt_away
07:41
hsbt_away is now known as hsbt
07:43
hsbt is now known as hsbt_away
07:43
hsbt_away is now known as hsbt
07:46
hsbt is now known as hsbt_away
07:46
hsbt_away is now known as hsbt
07:52
hsbt is now known as hsbt_away
07:52
hsbt_away is now known as hsbt
08:00
hsbt is now known as hsbt_away
08:00
hsbt_away is now known as hsbt
08:03
hsbt is now known as hsbt_away
08:04
hsbt_away is now known as hsbt
08:04
hsbt is now known as hsbt_away
08:04
hsbt_away is now known as hsbt
08:26
hsbt is now known as hsbt_away
08:26
hsbt_away is now known as hsbt
08:28
hsbt is now known as hsbt_away
08:28
hsbt_away is now known as hsbt
08:31
hsbt is now known as hsbt_away
08:31
hsbt_away is now known as hsbt
08:35
hsbt is now known as hsbt_away
08:35
hsbt_away is now known as hsbt
08:46
hsbt is now known as hsbt_away
08:46
hsbt_away is now known as hsbt
09:08
hsbt is now known as hsbt_away
09:08
hsbt_away is now known as hsbt
09:10
tax has quit [Ping timeout: 252 seconds]
09:23
hsbt is now known as hsbt_away
09:23
hsbt_away is now known as hsbt
09:40
hsbt is now known as hsbt_away
10:12
charliesome has joined #ruby-core
10:21
nokada_ has joined #ruby-core
10:24
nokada_ has quit [Remote host closed the connection]
10:29
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
10:58
hsbt_away is now known as hsbt
10:59
hsbt is now known as hsbt_away
10:59
hsbt_away is now known as hsbt
11:21
madgen has joined #ruby-core
11:50
<
zzak >
[Jonne Haß, irc.freenode.net] kareeoleez: strace ?
11:51
<
zzak >
[kareeoleez, irc.freenode.net] ?
11:51
<
zzak >
[Jonne Haß, irc.freenode.net] strace -e ioctol ifconfig
11:51
<
zzak >
[kareeoleez, irc.freenode.net] ah BSD doesn't have strace
11:52
<
zzak >
[Jonne Haß, irc.freenode.net] and no equivalent? oO
11:53
<
zzak >
[Arne, irc.freenode.net] keep in mind that using syscalls wo't be very portable
11:53
<
zzak >
[kareeoleez, irc.freenode.net] ktrace maybe
11:55
<
zzak >
[kareeoleez, irc.freenode.net] but even ktrace ifconfig creates a file ktrace.out with some gibberish
11:55
<
zzak >
[Arne, irc.freenode.net] yeah you need to filter for ioctls
11:56
<
zzak >
[Arne, irc.freenode.net] cat ktrace.out | grep ^ioctl
11:58
<
zzak >
[kareeoleez, irc.freenode.net] nothing comes out
11:59
<
zzak >
[Arne, irc.freenode.net] well i do't know how that ktrace file looks, use the tool that was linked before
11:59
<
zzak >
[Arne, irc.freenode.net] truss or whatever
12:10
<
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?
12:11
<
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.
12:11
<
zzak >
[raz, irc.freenode.net] woops
12:12
<
zzak >
[machinewar, irc.freenode.net] RazorX: you can use const_set(constant_name, val)
12:12
<
zzak >
[kareeoleez, irc.freenode.net] can someone explain what does this "/inet (?<ipv4>[\d\.]+)/ =~ rin" do ?
12:13
<
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")
12:13
<
zzak >
[machinewar, irc.freenode.net] raz: ^ sorry tagged someone else
12:13
<
zzak >
[raz, irc.freenode.net] machinewar: oh, gonna try that
12:14
<
zzak >
[machinewar, irc.freenode.net] raz: then you can do stuff like obj.class::MY_CONST
12:16
<
zzak >
[machinewar, irc.freenode.net] raz: you don't need the .new on line 9 you already have an instance
12:16
<
zzak >
[machinewar, irc.freenode.net] since you called .new on line 1
13:25
Aethenelle has joined #ruby-core
13:42
enebo has joined #ruby-core
14:32
charliesome has joined #ruby-core
14:39
Aethenelle has quit [Ping timeout: 240 seconds]
14:57
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
15:00
madgen has quit [Ping timeout: 276 seconds]
15:02
madgen has joined #ruby-core
15:14
madgen has quit [Ping timeout: 260 seconds]
15:17
madgen has joined #ruby-core
15:24
charliesome has joined #ruby-core
15:26
madgen has quit [Ping timeout: 276 seconds]
15:58
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
16:56
deepak has quit [Write error: Broken pipe]
16:56
wycats has quit [Write error: Broken pipe]
16:58
wycats has joined #ruby-core
17:01
deepak has joined #ruby-core
17:07
shinnya has joined #ruby-core
17:10
madgen has joined #ruby-core
17:16
shinnya has quit [Ping timeout: 265 seconds]
17:18
shinnya has joined #ruby-core
17:19
shinnya has quit [Read error: Connection reset by peer]
17:32
nagachika has joined #ruby-core
17:34
shinnya has joined #ruby-core
17:34
nagachika has quit [Remote host closed the connection]
17:35
nagachika has joined #ruby-core
18:02
rafaelfranca has joined #ruby-core
18:08
rafaelfranca has quit [Ping timeout: 260 seconds]
18:09
rafaelfranca has joined #ruby-core
18:09
rafaelfranca has quit [Changing host]
18:09
rafaelfranca has joined #ruby-core
18:18
nagachika has quit [Remote host closed the connection]
18:24
madgen has quit [Ping timeout: 276 seconds]
18:25
madgen has joined #ruby-core
19:11
rafaelfranca has quit [Ping timeout: 265 seconds]
19:11
rafaelfranca has joined #ruby-core
19:11
rafaelfranca has quit [Changing host]
19:11
rafaelfranca has joined #ruby-core
19:18
nagachika has joined #ruby-core
19:22
rafaelfranca has quit [Read error: Connection reset by peer]
19:22
rafaelfranca has joined #ruby-core
19:22
rafaelfranca has joined #ruby-core
19:22
rafaelfranca has quit [Changing host]
19:23
nagachika has quit [Ping timeout: 260 seconds]
20:38
charliesome has joined #ruby-core
20:43
n0kada has quit [Ping timeout: 276 seconds]
20:47
charliesome has quit [Ping timeout: 265 seconds]
20:53
charliesome has joined #ruby-core
20:53
shinnya has quit [Ping timeout: 240 seconds]
20:56
charliesome has quit [Client Quit]
21:21
nagachika has joined #ruby-core
21:25
nagachika has quit [Ping timeout: 240 seconds]
21:29
nagachika has joined #ruby-core
21:36
rafaelfranca has quit [Remote host closed the connection]
21:37
charliesome has joined #ruby-core
21:39
charliesome has quit [Read error: Connection reset by peer]
22:10
nagachika has quit [Remote host closed the connection]
22:10
nagachika has joined #ruby-core
22:11
nagachika has quit [Remote host closed the connection]
22:37
enebo has quit [Quit: enebo]
23:05
madgen has quit [Ping timeout: 260 seconds]