00:00
nofxxxx has joined #ruby
00:00
lagweezle is now known as lagweezle_away
00:00
im0nde has joined #ruby
00:08
Truenigma_ has joined #ruby
00:08
jaruga_________ has quit [Quit: jaruga_________]
00:12
selu has quit [Ping timeout: 246 seconds]
00:17
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:17
cdg has joined #ruby
00:18
marr has quit [Ping timeout: 240 seconds]
00:18
TheBrayn has quit [Ping timeout: 246 seconds]
00:19
mlehrer has quit [Ping timeout: 240 seconds]
00:20
ornerymoose has quit [Quit: ornerymoose]
00:21
cdg has quit [Ping timeout: 240 seconds]
00:26
s3a has joined #ruby
00:26
belmoussaoui has joined #ruby
00:28
Greencoat421 has quit [Ping timeout: 240 seconds]
00:32
eightlimbed has quit [Ping timeout: 260 seconds]
00:34
TheBrayn has joined #ruby
00:38
xco has quit [Quit: xco]
00:38
xco has joined #ruby
00:39
xco has quit [Client Quit]
00:39
xco has joined #ruby
00:40
xco has quit [Client Quit]
00:40
<
s3a >
It's probably something REALLY basic for you guys/non-beginners.
00:40
xco has joined #ruby
00:40
xco has quit [Client Quit]
00:41
<
Guest97411 >
s3a: is that xyzcoordinate file in the same folder?
00:41
creshiem has joined #ruby
00:41
<
Guest97411 >
you likely need `require_relative`
00:41
<
Guest97411 >
changing nicks.
00:41
<
s3a >
Guest97411, Yes, they all are.
00:41
<
Guest97411 >
You can drop the .rb extension, and then use `require_relative` instead of `require`
00:41
xco has joined #ruby
00:41
xco has quit [Client Quit]
00:41
Guest97411 is now known as adam12
00:42
xco has joined #ruby
00:42
<
adam12 >
(require the .rb extension from the require line, not from the filename itself :)
00:42
xco has quit [Client Quit]
00:43
xco has joined #ruby
00:43
xco has quit [Client Quit]
00:43
Bounga has joined #ruby
00:46
creshiem has quit [Client Quit]
00:46
ornerymoose has joined #ruby
00:48
Bounga has quit [Ping timeout: 255 seconds]
00:48
<
s3a >
adam12, Why does require_relative instead of require work? Is it because of inheritance?
00:49
<
s3a >
Also, your last statement confuses me.
00:49
<
adam12 >
s3a: It's because of what's contained inside your $LOAD_PATH
00:49
<
s3a >
I removed rb from the require_relative.
00:49
<
adam12 >
s3a: when you use a regular `require`, only the $LOAD_PATH array is searched for files, and your current working directory isn't included by default
00:49
<
adam12 >
s3a: The .rb extension isn't required when you require a file. Ruby knows wht kind of files it likes :)
00:50
<
adam12 >
s3a: instead of require_relative, you could of used require but passed a full path, like './your-file'
00:50
<
s3a >
adam12, oh! relative as in relative path not "family" of classes
00:51
<
adam12 >
s3a: bingo
00:51
hightower2 has quit [Ping timeout: 268 seconds]
00:51
roshanavand has joined #ruby
00:52
yegortimoshenko has left #ruby ["ERC (IRC client for Emacs 25.2.1)"]
00:53
eightlimbed has joined #ruby
00:53
hightower2 has joined #ruby
00:53
oleo has joined #ruby
00:53
Truenigma_ has left #ruby ["Be back later..."]
00:56
s3a has quit [Quit: Leaving]
01:00
jenrzzz has joined #ruby
01:00
lupine has quit [Remote host closed the connection]
01:01
cdg has joined #ruby
01:01
Bock has quit [Ping timeout: 240 seconds]
01:03
cdg has quit [Read error: Connection reset by peer]
01:03
cdg_ has joined #ruby
01:05
jenrzzz has quit [Ping timeout: 258 seconds]
01:05
MarkBilk__ has joined #ruby
01:08
ketan has joined #ruby
01:08
MarkBilk_ has quit [Ping timeout: 258 seconds]
01:10
nankyokusei has joined #ruby
01:10
SuperL4g is now known as SuperLag
01:10
AnoHito_ has joined #ruby
01:11
lupine has joined #ruby
01:12
ketan has quit [Ping timeout: 240 seconds]
01:13
Danny has joined #ruby
01:13
Danny is now known as Guest95419
01:14
AnoHito has quit [Ping timeout: 240 seconds]
01:14
nankyokusei has quit [Ping timeout: 246 seconds]
01:15
lel has quit [Ping timeout: 240 seconds]
01:17
lel has joined #ruby
01:21
arescorpio has joined #ruby
01:23
KeyJoo has quit [Ping timeout: 240 seconds]
01:27
Bounga has joined #ruby
01:30
bmurt has joined #ruby
01:33
codelurker has joined #ruby
01:34
bmurt has quit [Ping timeout: 240 seconds]
01:35
Bounga has quit [Ping timeout: 240 seconds]
01:39
hutch34 has joined #ruby
01:39
codelurker has quit [Quit: Leaving]
01:43
belmoussaoui has quit [Ping timeout: 240 seconds]
01:45
ornerymoose has quit [Quit: ornerymoose]
01:47
meshsmith has joined #ruby
01:51
bkxd has joined #ruby
01:51
bkxd_ has joined #ruby
01:52
cdg has joined #ruby
01:54
cdg_ has quit [Ping timeout: 258 seconds]
01:58
d^sh has quit [Ping timeout: 240 seconds]
01:59
Guest95419 has quit [Remote host closed the connection]
01:59
cdg has quit [Remote host closed the connection]
01:59
Danny has joined #ruby
02:00
d^sh has joined #ruby
02:00
Danny is now known as Guest37045
02:02
Fysicus has quit [Quit: The Truth Is Just An Excuse For A Lack Of Imagination]
02:03
Guest37045 has quit [Ping timeout: 240 seconds]
02:04
im0nde has quit [Ping timeout: 258 seconds]
02:05
uZiel has joined #ruby
02:06
cdg has joined #ruby
02:10
ruby-lang704 has joined #ruby
02:11
uZiel has quit [Remote host closed the connection]
02:11
uZiel_ has joined #ruby
02:11
uZiel_ has quit [Client Quit]
02:12
uZiel has joined #ruby
02:12
<
ruby-lang704 >
How can I define a method with a variable number of inputs?
02:12
<
ruby-lang704 >
Or even with optional inputs
02:12
charliesome has joined #ruby
02:13
t-recx has quit [Ping timeout: 240 seconds]
02:14
nerglish has quit [Quit: nerglish]
02:19
hutch34 has quit [Ping timeout: 240 seconds]
02:20
roshanavand has quit [Quit: roshanavand]
02:21
eightlimbed has quit [Ping timeout: 240 seconds]
02:21
Bock has joined #ruby
02:24
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:27
patr0clus has joined #ruby
02:33
jjunior_ has quit [Quit: Connection closed for inactivity]
02:40
Cohedrin has joined #ruby
02:41
jameser has joined #ruby
02:43
hightower2 has quit [Ping timeout: 268 seconds]
02:43
sleetdrop has quit [Remote host closed the connection]
02:53
jidar has quit [Remote host closed the connection]
02:54
jidar has joined #ruby
02:56
Biohazard has quit [Quit: WE ARE IN THE BEEEAAAAMMMM]
02:57
jshjsh has joined #ruby
02:59
paradisaeidae_ has joined #ruby
02:59
paradisaeidae__ has joined #ruby
02:59
paradisaeidae_ is now known as paradisaeidae
03:00
JoshS has quit [Ping timeout: 240 seconds]
03:01
jenrzzz has joined #ruby
03:04
Biohazard has joined #ruby
03:05
jenrzzz has quit [Ping timeout: 240 seconds]
03:06
aupadhye has joined #ruby
03:07
Fridtjof has joined #ruby
03:09
ketan has joined #ruby
03:09
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:11
nankyokusei has joined #ruby
03:12
ruby-lang704 has quit [Quit: Page closed]
03:13
ketan has quit [Ping timeout: 240 seconds]
03:15
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
03:15
nankyokusei has quit [Ping timeout: 255 seconds]
03:18
jameser has joined #ruby
03:20
bkxd has quit [Ping timeout: 260 seconds]
03:21
bkxd_ has quit [Ping timeout: 260 seconds]
03:22
Mia has quit [Ping timeout: 255 seconds]
03:24
patr0clus has quit [Ping timeout: 246 seconds]
03:27
patr0clus has joined #ruby
03:27
patr0clus has quit [Max SendQ exceeded]
03:28
username has joined #ruby
03:29
bkxd has joined #ruby
03:31
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:32
Bounga has joined #ruby
03:34
bkxd_ has joined #ruby
03:36
solocshaw has joined #ruby
03:36
Bounga has quit [Ping timeout: 255 seconds]
03:39
gix has quit [Ping timeout: 246 seconds]
03:40
belmoussaoui has joined #ruby
03:44
gix has joined #ruby
03:53
Mon_Ouie has quit [Ping timeout: 240 seconds]
03:53
s1kx has joined #ruby
03:57
cdg has quit [Remote host closed the connection]
04:01
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:02
howdoi has joined #ruby
04:03
watersoul_ has quit [Read error: Connection reset by peer]
04:03
watersoul has joined #ruby
04:05
bkxd has quit [Ping timeout: 240 seconds]
04:05
eightlimbed has joined #ruby
04:05
bkxd_ has quit [Ping timeout: 240 seconds]
04:09
charliesome has joined #ruby
04:11
quobo has quit [Quit: Connection closed for inactivity]
04:16
hutch34 has joined #ruby
04:21
hutch34 has quit [Ping timeout: 255 seconds]
04:23
sleetdrop has joined #ruby
04:26
jshjsh has quit [Ping timeout: 246 seconds]
04:27
aupadhye has quit [Quit: Leaving]
04:27
whiteline has quit [Ping timeout: 264 seconds]
04:28
solocshaw has quit [Ping timeout: 240 seconds]
04:30
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
04:32
Bounga has joined #ruby
04:36
_whitelogger has joined #ruby
04:36
Bounga has quit [Ping timeout: 258 seconds]
04:38
dhollinger has quit [Ping timeout: 240 seconds]
04:39
VladGh has quit [Ping timeout: 255 seconds]
04:40
VladGh has joined #ruby
04:40
arescorpio has quit [Quit: Leaving.]
04:44
dhollinger has joined #ruby
04:46
vondruch has quit [Quit: vondruch]
04:47
vondruch has joined #ruby
04:48
JoshS has joined #ruby
04:49
eightlimbed has quit [Ping timeout: 240 seconds]
04:50
cam27 has joined #ruby
04:51
vondruch has quit [Client Quit]
04:51
vondruch has joined #ruby
04:57
whiteline has joined #ruby
04:59
dviola has quit [Quit: WeeChat 1.8]
05:03
jenrzzz has joined #ruby
05:07
paradisaeidae has quit [Remote host closed the connection]
05:07
paradisaeidae__ has quit [Remote host closed the connection]
05:08
jenrzzz has quit [Ping timeout: 255 seconds]
05:08
Danny has joined #ruby
05:09
Danny is now known as Guest54030
05:09
ketan has joined #ruby
05:12
nankyokusei has joined #ruby
05:14
ketan has quit [Ping timeout: 240 seconds]
05:16
nankyokusei has quit [Ping timeout: 240 seconds]
05:24
_whitelogger has joined #ruby
05:28
eightlimbed has joined #ruby
05:28
Bock is now known as Sauvin
05:29
wnd has quit [Excess Flood]
05:29
wnd has joined #ruby
05:33
Guest54030 has quit [Remote host closed the connection]
05:40
Dimik has joined #ruby
05:47
latemus has joined #ruby
05:49
Dimik has quit [Ping timeout: 240 seconds]
05:58
futilegames has joined #ruby
05:58
AnoHito has joined #ruby
06:00
nofxxxx has quit [Quit: Leaving]
06:00
nofxx has joined #ruby
06:00
govg has joined #ruby
06:01
AnoHito_ has quit [Ping timeout: 240 seconds]
06:02
whiteline has quit [Ping timeout: 264 seconds]
06:02
endemic has quit [Quit: Leaving.]
06:04
enterprisey has joined #ruby
06:08
Fysicus has joined #ruby
06:08
eightlimbed has quit [Ping timeout: 246 seconds]
06:11
enterprisey has quit [Remote host closed the connection]
06:12
quobo has joined #ruby
06:17
solocshaw has joined #ruby
06:18
hutch34 has joined #ruby
06:18
username has quit [Ping timeout: 260 seconds]
06:20
ltem has joined #ruby
06:21
sniffer has quit [Quit: No Ping reply in 180 seconds.]
06:22
hutch34 has quit [Ping timeout: 258 seconds]
06:25
sniffer has joined #ruby
06:27
meshsmith has quit [Remote host closed the connection]
06:32
Bounga has joined #ruby
06:33
Danny has joined #ruby
06:33
Danny is now known as Guest26893
06:35
ahrs has quit [Remote host closed the connection]
06:36
stormbytes has joined #ruby
06:36
ahrs has joined #ruby
06:36
Bounga has quit [Ping timeout: 240 seconds]
06:38
Guest26893 has quit [Ping timeout: 240 seconds]
06:39
uZiel has quit [Remote host closed the connection]
06:39
uZiel has joined #ruby
06:41
d3d1rty has quit [Ping timeout: 240 seconds]
06:41
howdoi has quit [Quit: Connection closed for inactivity]
06:42
ornerymoose has joined #ruby
06:45
ornerymoose has quit [Client Quit]
06:45
dioxylin has joined #ruby
06:50
futilegames has quit [Quit: futilegames]
06:51
ryzokuken_ has joined #ruby
06:51
ryzokuken_ has quit [Max SendQ exceeded]
06:51
ryzokuken_ has joined #ruby
06:53
scrooloose has quit [Ping timeout: 255 seconds]
06:54
scrooloose has joined #ruby
06:54
futilegames has joined #ruby
06:56
elifoster has quit [Ping timeout: 260 seconds]
06:59
d3d1rty has joined #ruby
07:05
jenrzzz has joined #ruby
07:10
Cohedrin has joined #ruby
07:10
jenrzzz has quit [Ping timeout: 268 seconds]
07:10
ketan has joined #ruby
07:10
d3d1rty has quit [Ping timeout: 240 seconds]
07:12
d3d1rty has joined #ruby
07:13
nankyokusei has joined #ruby
07:14
ketan has quit [Ping timeout: 240 seconds]
07:15
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:15
hightower2 has joined #ruby
07:15
juggler has joined #ruby
07:16
ahrs has quit [Ping timeout: 240 seconds]
07:17
nankyokusei has quit [Ping timeout: 258 seconds]
07:18
ahrs has joined #ruby
07:20
<
llua >
def foo(*bar) for variable number of arguments
07:22
futilegames has quit [Quit: futilegames]
07:23
muelleme_ has joined #ruby
07:23
vuoto has joined #ruby
07:26
Mon_Ouie has joined #ruby
07:29
vuoto has quit [Remote host closed the connection]
07:30
uZiel has quit [Ping timeout: 248 seconds]
07:36
yeticry has joined #ruby
07:37
postmodern has quit [Quit: Leaving]
07:39
yeticry_ has quit [Ping timeout: 240 seconds]
07:39
jaruga_________ has joined #ruby
07:40
solocshaw has quit [Ping timeout: 246 seconds]
07:42
raul782 has quit [Remote host closed the connection]
07:45
antgel_ has joined #ruby
07:47
lxsameer has joined #ruby
07:52
belmoussaoui has quit [Ping timeout: 240 seconds]
07:57
mitt3ns has joined #ruby
08:00
cam27 has quit [Quit: cam27]
08:00
agent_white has quit [Ping timeout: 258 seconds]
08:01
_main_ has joined #ruby
08:01
_main_ has quit [Read error: Connection reset by peer]
08:02
_main_ has joined #ruby
08:03
_main_ has quit [Read error: Connection reset by peer]
08:04
__main__ has quit [Ping timeout: 240 seconds]
08:05
__main__ has joined #ruby
08:07
charliesome has joined #ruby
08:07
charliesome has quit [Client Quit]
08:10
bkxd has joined #ruby
08:10
bkxd_ has joined #ruby
08:11
mtkd has quit [Read error: Connection reset by peer]
08:11
^mtkd has joined #ruby
08:13
charliesome has joined #ruby
08:15
bkxd_ has quit [Ping timeout: 255 seconds]
08:15
bkxd has quit [Ping timeout: 255 seconds]
08:16
muelleme_ has quit [Ping timeout: 240 seconds]
08:18
nofxxx has joined #ruby
08:19
hutch34 has joined #ruby
08:20
fxa90id has joined #ruby
08:20
fxa90id has joined #ruby
08:20
fxa90id has quit [Changing host]
08:22
nofxx has quit [Ping timeout: 240 seconds]
08:24
hutch34 has quit [Ping timeout: 246 seconds]
08:26
dionysus69 has joined #ruby
08:27
futilegames has joined #ruby
08:31
ryzokuken_ has quit [Remote host closed the connection]
08:31
ryzokuken_ has joined #ruby
08:32
Bounga has joined #ruby
08:34
blaisebool has joined #ruby
08:34
d3d1rty has quit [Ping timeout: 268 seconds]
08:34
blaisebool is now known as Guest41957
08:35
Danny has joined #ruby
08:35
Danny is now known as Guest28038
08:36
PonyDevil has joined #ruby
08:36
Bounga has quit [Ping timeout: 240 seconds]
08:37
bkxd has joined #ruby
08:38
bkxd_ has joined #ruby
08:40
Guest28038 has quit [Ping timeout: 240 seconds]
08:44
futilegames has quit [Quit: futilegames]
08:45
Mia has joined #ruby
08:53
unshadow has joined #ruby
08:53
unshadow has quit [Client Quit]
08:53
unshadow has joined #ruby
08:54
unshadow has quit [Client Quit]
08:54
unshadow has joined #ruby
08:54
unshadow has quit [Client Quit]
08:56
unshadow has joined #ruby
08:56
marr has joined #ruby
08:58
eblip has quit [Read error: Connection reset by peer]
09:00
nadir has quit [Quit: Connection closed for inactivity]
09:01
eblip has joined #ruby
09:04
unshadow has quit [Quit: leaving]
09:04
unshadow has joined #ruby
09:05
Guest6064 is now known as Sp4rKy
09:06
Sp4rKy is now known as Guest9483
09:07
jenrzzz has joined #ruby
09:07
jenrzzz has joined #ruby
09:07
jenrzzz has quit [Changing host]
09:10
bathtub_shark has quit [Quit: WeeChat 1.8]
09:11
Guest9483 is now known as Sp4rKy
09:11
Sp4rKy has quit [Changing host]
09:11
Sp4rKy has joined #ruby
09:11
Zarthus has quit [Quit: I can't go to hell. I'm all out of vacation days.]
09:11
ketan has joined #ruby
09:11
jenrzzz has quit [Ping timeout: 246 seconds]
09:13
Zarthus has joined #ruby
09:13
nankyokusei has joined #ruby
09:13
bathtub_shark has joined #ruby
09:14
bathtub_shark has quit [Client Quit]
09:15
ketan has quit [Ping timeout: 240 seconds]
09:16
bathtub_shark has joined #ruby
09:18
nankyokusei has quit [Ping timeout: 258 seconds]
09:19
bathtub_shark has quit [Client Quit]
09:19
bathtub_shark has joined #ruby
09:24
<
Zarthus >
any suggestions for debugging a "bundle exec ..." call not finding any of the installed gems?
09:25
<
Zarthus >
I upgraded to Stretch which seems to have broken it,
09:25
<
Zarthus >
it's literally the first gem it can find that errors, and 'bundle install' succeeds.
09:27
dionysus69 has quit [Ping timeout: 240 seconds]
09:30
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
09:30
charliesome has joined #ruby
09:31
jackrandom has joined #ruby
09:32
mlehrer has joined #ruby
09:33
charliesome has quit [Client Quit]
09:46
jordanm has joined #ruby
09:51
_whitelogger has joined #ruby
09:51
bkxd_ has quit [Ping timeout: 260 seconds]
09:51
bkxd has quit [Ping timeout: 260 seconds]
09:53
bkxd has joined #ruby
09:53
bkxd_ has joined #ruby
09:57
juggler has quit [Remote host closed the connection]
10:03
Burgestrand has joined #ruby
10:05
MarcWeber has quit [Remote host closed the connection]
10:07
roshanavand has joined #ruby
10:07
SuperTaz has quit [Ping timeout: 246 seconds]
10:10
blackwind_123 has quit [Ping timeout: 240 seconds]
10:11
blackwind_123 has joined #ruby
10:18
Burgestrand has quit [Read error: Connection reset by peer]
10:18
Burgestr_ has joined #ruby
10:21
muelleme_ has joined #ruby
10:21
hutch34 has joined #ruby
10:23
im0nde has joined #ruby
10:26
hutch34 has quit [Ping timeout: 255 seconds]
10:31
bkxd_ has quit [Ping timeout: 258 seconds]
10:32
bkxd has quit [Ping timeout: 258 seconds]
10:32
bkxd has joined #ruby
10:32
Bounga has joined #ruby
10:36
_whitelogger has joined #ruby
10:37
Bounga has quit [Ping timeout: 240 seconds]
10:37
Fernando-Basso has joined #ruby
10:37
sepp2k has joined #ruby
10:38
bkxd_ has joined #ruby
10:39
_Noble_Turk_ has joined #ruby
10:41
wnd has quit [Excess Flood]
10:42
wnd has joined #ruby
10:42
ltem has quit [Quit: Leaving]
10:43
konsolebox has quit [Ping timeout: 240 seconds]
10:48
marr has quit [Ping timeout: 268 seconds]
10:50
konsolebox has joined #ruby
10:51
<
snapcase >
try bundle env
10:52
<
snapcase >
maybe something is broken in the environment
10:53
harfangk has joined #ruby
10:55
muelleme_ has quit [Ping timeout: 240 seconds]
10:57
ryzokuken_ has quit [Ping timeout: 240 seconds]
11:03
muelleme_ has joined #ruby
11:08
jenrzzz has joined #ruby
11:08
jenrzzz has joined #ruby
11:08
jenrzzz has quit [Changing host]
11:11
ropeney has quit [Quit: Leaving]
11:12
ketan has joined #ruby
11:13
jenrzzz has quit [Ping timeout: 246 seconds]
11:13
bkxd__ has joined #ruby
11:13
bkxd_ has quit [Ping timeout: 240 seconds]
11:13
bkxd has quit [Ping timeout: 240 seconds]
11:14
ur5us has joined #ruby
11:15
nankyokusei has joined #ruby
11:16
Mia has quit [Ping timeout: 240 seconds]
11:16
bkxd has joined #ruby
11:16
ketan has quit [Ping timeout: 246 seconds]
11:19
nankyokusei has quit [Ping timeout: 246 seconds]
11:21
muelleme_ has quit [Ping timeout: 255 seconds]
11:25
ogotai has joined #ruby
11:25
im0nde has quit [Ping timeout: 246 seconds]
11:27
Alina-malina has quit [Ping timeout: 246 seconds]
11:29
Alina-malina has joined #ruby
11:33
saschavoid has joined #ruby
11:35
jaruga_________ has quit [Quit: jaruga_________]
11:37
Alina-malina has quit [Ping timeout: 240 seconds]
11:38
charliesome has joined #ruby
11:38
charliesome has quit [Client Quit]
11:38
jameser has joined #ruby
11:39
charliesome has joined #ruby
11:39
charliesome has quit [Remote host closed the connection]
11:39
Alina-malina has joined #ruby
11:41
charliesome has joined #ruby
11:41
charliesome has quit [Client Quit]
11:43
charliesome has joined #ruby
11:43
Burgestr_ has quit [Quit: Closing time!]
11:45
Burgestrand has joined #ruby
11:45
Burgestrand has quit [Client Quit]
11:45
Alina-malina has quit [Changing host]
11:45
Alina-malina has joined #ruby
11:47
uZiel has joined #ruby
11:50
Nicmavr has joined #ruby
11:51
Nicmavr is now known as Guest98640
11:54
bkxd_ has joined #ruby
11:54
marr has joined #ruby
11:55
bkxd has quit [Ping timeout: 240 seconds]
11:55
ur5us has quit [Remote host closed the connection]
11:55
bkxd__ has quit [Ping timeout: 240 seconds]
11:56
bkxd has joined #ruby
11:59
nowhere_man has joined #ruby
11:59
ketan has joined #ruby
12:05
nankyokusei has joined #ruby
12:07
ltem has joined #ruby
12:08
Swey_Hey has joined #ruby
12:08
<
Swey_Hey >
Who wants to see an x-ray of my spine?
12:09
ketan has quit [Remote host closed the connection]
12:09
marr has quit [Ping timeout: 268 seconds]
12:09
ketan has joined #ruby
12:10
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
12:10
<
ytti >
i'm no rocket surgeon but that does not look right
12:10
pulpee has joined #ruby
12:16
doublesh0t has joined #ruby
12:17
<
Swey_Hey >
ytti: She'll be right
12:19
pulpee has quit [Quit: Leaving]
12:21
^mtkd has quit [Read error: Connection reset by peer]
12:21
mtkd has joined #ruby
12:23
Guest80925 has quit [Ping timeout: 246 seconds]
12:23
hutch34 has joined #ruby
12:24
<
arahael >
ytti: I don't think rocket surgeons are a thing.
12:24
alamar has joined #ruby
12:24
<
arahael >
That's some scolorisis.
12:24
alamar is now known as Guest20173
12:24
<
arahael >
I've seen worse. (And I'm not in the medical field)
12:26
naftilos76 has joined #ruby
12:26
bkxd has quit [Ping timeout: 240 seconds]
12:26
jameser has joined #ruby
12:26
bkxd_ has quit [Ping timeout: 240 seconds]
12:27
naftilos76 has quit [Read error: Connection reset by peer]
12:27
bkxd has joined #ruby
12:28
hutch34 has quit [Ping timeout: 255 seconds]
12:29
muelleme_ has joined #ruby
12:30
bkxd_ has joined #ruby
12:30
nadir has joined #ruby
12:31
GodFather has joined #ruby
12:32
Bounga has joined #ruby
12:37
Bounga has quit [Ping timeout: 246 seconds]
12:39
jackrandom has quit [Remote host closed the connection]
12:44
govg has quit [Ping timeout: 268 seconds]
12:45
Swey_Hey has left #ruby ["Leaving"]
12:55
unshadow has quit [Ping timeout: 246 seconds]
12:56
muelleme_ has quit [Ping timeout: 240 seconds]
13:01
Kug3lis has joined #ruby
13:01
poloych has joined #ruby
13:04
jtdowney has quit [Remote host closed the connection]
13:04
jtdowney has joined #ruby
13:05
jtdowney has quit [Remote host closed the connection]
13:05
jtdowney has joined #ruby
13:05
bkxd__ has joined #ruby
13:06
bkxd has quit [Ping timeout: 246 seconds]
13:06
bkxd_ has quit [Ping timeout: 255 seconds]
13:06
jtdowney has quit [Remote host closed the connection]
13:07
bkxd has joined #ruby
13:07
jtdowney has joined #ruby
13:09
sondr3 has joined #ruby
13:10
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:11
jenrzzz has joined #ruby
13:11
jenrzzz has joined #ruby
13:11
jenrzzz has quit [Changing host]
13:11
bkxd__ has quit [Ping timeout: 240 seconds]
13:13
bkxd has quit [Ping timeout: 240 seconds]
13:15
jenrzzz has quit [Ping timeout: 240 seconds]
13:19
sepp2k1 has joined #ruby
13:20
sepp2k has quit [Ping timeout: 258 seconds]
13:22
PatrikasZvaigzde has quit [Ping timeout: 246 seconds]
13:22
empty_cup has joined #ruby
13:22
PatrikasZvaigzde has joined #ruby
13:24
saschavoid has quit [Quit: leaving]
13:26
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
13:27
benjen has quit [Ping timeout: 258 seconds]
13:29
benjen has joined #ruby
13:33
nankyokusei has quit [Remote host closed the connection]
13:39
Hunter1 has quit [Remote host closed the connection]
13:39
Hunter1 has joined #ruby
13:47
JustTheDoctor has quit [Quit: Connection closed for inactivity]
13:47
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
13:47
A124 has quit [Ping timeout: 260 seconds]
13:47
jackrandom has joined #ruby
13:48
herbmillerjr has quit [Ping timeout: 240 seconds]
13:50
A124 has joined #ruby
13:51
Miah_ has quit [Quit: Connection closed for inactivity]
13:52
VladGh has quit [Ping timeout: 240 seconds]
13:52
muelleme_ has joined #ruby
13:53
jackrandom has quit [Remote host closed the connection]
13:57
muelleme_ has quit [Ping timeout: 240 seconds]
13:59
chaugiang has joined #ruby
13:59
chaugiang has left #ruby [#ruby]
13:59
VladGh has joined #ruby
13:59
`tim` has joined #ruby
14:01
bauruine has quit [Ping timeout: 255 seconds]
14:03
roshanavand has quit [Quit: roshanavand]
14:04
bauruine has joined #ruby
14:04
`tim` has quit [Ping timeout: 246 seconds]
14:08
xco has joined #ruby
14:11
mtkd has quit [Read error: Connection reset by peer]
14:11
^mtkd has joined #ruby
14:11
meshsmith has joined #ruby
14:19
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
14:20
uZiel has quit [Remote host closed the connection]
14:20
uZiel has joined #ruby
14:21
akshay has joined #ruby
14:21
dionysus69 has joined #ruby
14:23
doublesh0t has quit [Quit: Leaving]
14:24
hutch34 has joined #ruby
14:24
sepp2k1 has quit [Quit: Leaving.]
14:26
JustTheDoctor has joined #ruby
14:29
hutch34 has quit [Ping timeout: 255 seconds]
14:30
xco has quit [Quit: xco]
14:31
futilegames has joined #ruby
14:32
akshay has quit [Quit: Page closed]
14:33
futilegames has quit [Client Quit]
14:34
DLSteve has joined #ruby
14:36
t-recx has joined #ruby
14:36
Kug3lis has joined #ruby
14:37
A124 has quit [Ping timeout: 240 seconds]
14:39
username1 has joined #ruby
14:39
elifoster has joined #ruby
14:39
ryez has joined #ruby
14:42
cam27 has joined #ruby
14:46
jottr has joined #ruby
14:48
Greencoat421 has joined #ruby
14:49
Greencoat421 is now known as Guest34143
14:49
Guest34143 has quit [Client Quit]
14:52
kasisnu has joined #ruby
14:52
nadir has quit [Quit: Connection closed for inactivity]
14:52
djbkd has joined #ruby
14:56
sondr3 has quit [Quit: Quit]
14:57
sondr3 has joined #ruby
14:58
username1 has quit [Ping timeout: 240 seconds]
14:59
Ishido has joined #ruby
15:01
Hunter1 has quit []
15:01
Guest20173 has quit [Ping timeout: 255 seconds]
15:03
[dmp] has quit [Quit: WeeChat 1.3]
15:07
bauruine has quit [Ping timeout: 246 seconds]
15:11
xychix has quit [Ping timeout: 240 seconds]
15:12
alamar has joined #ruby
15:12
jenrzzz has joined #ruby
15:13
alamar is now known as Guest46605
15:14
xychix has joined #ruby
15:16
roshanavand has joined #ruby
15:17
jenrzzz has quit [Ping timeout: 240 seconds]
15:18
username1 has joined #ruby
15:19
bauruine has joined #ruby
15:26
nankyokusei has joined #ruby
15:28
Guest46605 has quit [Ping timeout: 255 seconds]
15:28
oleo has quit [Quit: irc client terminated!]
15:29
djbkd has quit [Remote host closed the connection]
15:30
futilegames has joined #ruby
15:31
muelleme_ has joined #ruby
15:32
sleetdrop has quit [Ping timeout: 276 seconds]
15:33
_Noble_Turk_ has quit []
15:33
alamar_ has joined #ruby
15:34
KeyJoo has joined #ruby
15:35
kasisnu has quit [Remote host closed the connection]
15:36
nankyokusei has quit [Remote host closed the connection]
15:37
muelleme_ has quit [Ping timeout: 246 seconds]
15:37
xenops has joined #ruby
15:40
ryez has quit [Ping timeout: 260 seconds]
15:43
vuoto has joined #ruby
15:44
MarkBilk__ has quit [Read error: Connection reset by peer]
15:46
futilegames has quit [Quit: futilegames]
15:53
<
cam27 >
After reading through the well grounded rubyist, I was kind of wondering why they didn’t always use initializers, and sometimes they only initialized some of the instance variables. Not really sure when I have to use them
15:55
<
cam27 >
I think it is for when a instance passes in an argument like david = Person.new(34) and that would set the age
15:55
MarkBilk has joined #ruby
15:57
jjunior_ has joined #ruby
16:07
benjen has quit [Ping timeout: 240 seconds]
16:09
vuoto has quit [Quit: Lost terminal]
16:09
Rodya_ has joined #ruby
16:10
xenops has quit [Ping timeout: 240 seconds]
16:12
Danny has joined #ruby
16:12
Danny is now known as Guest41119
16:13
d^sh has quit [Ping timeout: 240 seconds]
16:15
oleo has joined #ruby
16:15
d^sh has joined #ruby
16:17
ledestin has joined #ruby
16:17
ishe has joined #ruby
16:18
ishe has quit [Client Quit]
16:19
ishe_ua has joined #ruby
16:19
ishe_ua has quit [Client Quit]
16:25
kasisnu has joined #ruby
16:26
hutch34 has joined #ruby
16:26
rippa has joined #ruby
16:27
muelleme_ has joined #ruby
16:27
<
cam27 >
$LOAD_PATH << File.expand_path('../../../lib', _FILE_)
16:27
<
cam27 >
are my underscores around FILE ok? they look longer in the book, and I’m getting an error message saying no method
16:27
<
matthewd >
cam27: Double underscore
16:30
hutch34 has quit [Ping timeout: 240 seconds]
16:33
andrzejk_ has joined #ruby
16:34
d^sh has quit [Ping timeout: 260 seconds]
16:35
Guest41119 has quit [Remote host closed the connection]
16:36
d^sh has joined #ruby
16:37
hutch34 has joined #ruby
16:38
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
16:39
t-recx has quit [Quit: t-recx]
16:46
DLSteve has joined #ruby
16:46
hutch34 has quit [Ping timeout: 255 seconds]
16:49
nadir has joined #ruby
16:51
tubuliferous has joined #ruby
16:53
GodFather has quit [Ping timeout: 246 seconds]
16:55
ornerymoose has joined #ruby
16:55
vuoto has joined #ruby
16:55
ornerymoose has quit [Client Quit]
16:56
lele has quit [Ping timeout: 255 seconds]
17:00
lele has joined #ruby
17:00
vuoto has quit [Remote host closed the connection]
17:01
ketan has quit [Ping timeout: 240 seconds]
17:02
xco has joined #ruby
17:08
cam27 has quit [Quit: cam27]
17:10
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:12
Danny has joined #ruby
17:12
Danny is now known as Guest45951
17:15
jenrzzz has joined #ruby
17:15
jenrzzz has joined #ruby
17:15
jenrzzz has quit [Changing host]
17:16
xco has quit [Quit: xco]
17:19
jenrzzz has quit [Ping timeout: 240 seconds]
17:21
bauruine has quit [Ping timeout: 255 seconds]
17:23
bauruine has joined #ruby
17:30
doublemalt_ has joined #ruby
17:31
pvsukale has joined #ruby
17:32
<
pvsukale >
I am a cs student. I want to start digging into MRI. where should I start?
17:33
pvsukale has quit [Client Quit]
17:34
tubuliferous has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:34
tubuliferous has joined #ruby
17:36
nankyokusei has joined #ruby
17:37
sepp2k has joined #ruby
17:37
_defk0n_ has joined #ruby
17:37
username1 has quit [Ping timeout: 260 seconds]
17:38
Mia has joined #ruby
17:39
weinstein has joined #ruby
17:40
weinstein has quit [Client Quit]
17:41
nankyokusei has quit [Ping timeout: 258 seconds]
17:41
weinstein has joined #ruby
17:42
weinstein has quit [Remote host closed the connection]
17:42
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
17:43
_defk0n_ has quit [Quit: Its been real!]
17:45
kolgomorov has joined #ruby
17:46
kasisnu has quit [Remote host closed the connection]
17:46
t-recx has joined #ruby
17:47
kasisnu has joined #ruby
17:47
kasisnu has quit [Remote host closed the connection]
17:53
tomphp has joined #ruby
17:54
tubuliferous has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:55
tomphp has quit [Client Quit]
17:55
tubuliferous has joined #ruby
18:00
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:00
kasisnu has joined #ruby
18:00
pvsukale has joined #ruby
18:00
nertzy has joined #ruby
18:01
<
pvsukale >
hello there, I am a cs student . I want to start digging into MRI . where should I start?
18:02
<
elomatreb >
That depend on what you mean by digging into, no?
18:02
<
lupine >
ruby1.8, or the imaging technique?
18:02
<
pvsukale >
want to learn how things are implemented.
18:05
<
pvsukale >
thanks . Will look into it
18:05
kasisnu has quit [Ping timeout: 240 seconds]
18:06
tomphp has joined #ruby
18:06
A124 has joined #ruby
18:07
jerryskye has joined #ruby
18:08
<
pvsukale >
yess hanmac. Thanks . Pats is also the author of the book mentioned above
18:09
ornerymoose has joined #ruby
18:09
aenialis has joined #ruby
18:13
andrzejk_ has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
18:14
eightlimbed has joined #ruby
18:15
tomphp_ has joined #ruby
18:15
enterprisey has joined #ruby
18:15
ornerymoose has quit [Quit: ornerymoose]
18:17
tomphp has quit [Ping timeout: 268 seconds]
18:19
ryzokuken_ has joined #ruby
18:20
kasisnu has joined #ruby
18:22
tomphp_ has quit [Ping timeout: 240 seconds]
18:23
aenialis has quit [Quit: WeeChat 1.8]
18:23
andrzejk_ has joined #ruby
18:23
tomphp has joined #ruby
18:25
pvsukale has quit [Quit: Page closed]
18:26
aenialis has joined #ruby
18:27
kasisnu has quit [Ping timeout: 255 seconds]
18:28
uZiel has quit [Ping timeout: 248 seconds]
18:28
antgel_ has quit [Ping timeout: 260 seconds]
18:29
Dimik has joined #ruby
18:33
MarkBilk has quit [Ping timeout: 240 seconds]
18:34
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:34
bkxd has joined #ruby
18:34
bkxd_ has joined #ruby
18:35
poloych has quit [Remote host closed the connection]
18:39
jjunior_ has quit [Quit: Connection closed for inactivity]
18:39
Dimik has quit [Ping timeout: 240 seconds]
18:40
solocshaw has joined #ruby
18:40
tubuliferous has quit [Ping timeout: 246 seconds]
18:40
meshsmith has quit [Remote host closed the connection]
18:41
whiteline has joined #ruby
18:42
xenops has joined #ruby
18:43
aenialis has quit [Quit: WeeChat 1.8]
18:43
Cohedrin has joined #ruby
18:44
hutch34 has joined #ruby
18:48
jerryskye has quit []
18:48
hutch34 has quit [Ping timeout: 240 seconds]
18:51
muelleme_ has quit [Ping timeout: 246 seconds]
18:53
kasisnu has joined #ruby
18:53
centrx has joined #ruby
18:53
centrx has joined #ruby
18:53
centrx has quit [Changing host]
18:54
im0nde has joined #ruby
18:56
vuoto has joined #ruby
18:57
Guest45951 has quit [Remote host closed the connection]
18:57
Danny has joined #ruby
18:57
kasisnu has quit [Ping timeout: 260 seconds]
18:58
ketan has joined #ruby
18:58
Danny is now known as Guest79068
19:00
__Yiota has joined #ruby
19:02
Guest79068 has quit [Ping timeout: 255 seconds]
19:02
ketan has quit [Ping timeout: 260 seconds]
19:04
nertzy has quit [Quit: Leaving]
19:08
roshanavand has quit [Quit: roshanavand]
19:09
roshanavand has joined #ruby
19:10
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:11
nickjj_ has joined #ruby
19:13
bkxd__ has joined #ruby
19:14
nickjj has quit [Ping timeout: 240 seconds]
19:14
bkxd___ has joined #ruby
19:14
bkxd has quit [Ping timeout: 240 seconds]
19:15
bkxd_ has quit [Ping timeout: 240 seconds]
19:15
nertzy has joined #ruby
19:16
jenrzzz has joined #ruby
19:16
jenrzzz has joined #ruby
19:16
jenrzzz has quit [Changing host]
19:17
aenialis has joined #ruby
19:18
bauruine has quit [Max SendQ exceeded]
19:18
Coldblackice_ has joined #ruby
19:19
aenialis has quit [Quit: WeeChat 1.8]
19:20
andrzejk_ has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
19:20
Coldblackice has quit [Ping timeout: 260 seconds]
19:21
jenrzzz has quit [Ping timeout: 240 seconds]
19:21
aenialis has joined #ruby
19:21
aenialis has quit [Client Quit]
19:22
aenialis has joined #ruby
19:22
<
empty_cup >
is anyone familiar with minitest, i assumed i could have a before do block setup an instance variable that i could later reference in test cases. i'm unable to do so at the moment
19:22
kasisnu has joined #ruby
19:24
bauruine has joined #ruby
19:25
ledestin has joined #ruby
19:25
eightlimbed has quit [Remote host closed the connection]
19:26
eightlimbed has joined #ruby
19:27
kasisnu has quit [Ping timeout: 240 seconds]
19:29
ledestin has quit [Ping timeout: 260 seconds]
19:33
kasisnu has joined #ruby
19:33
harfangk has joined #ruby
19:33
dviola has joined #ruby
19:34
solocshaw has quit [Ping timeout: 246 seconds]
19:37
meshsmith has joined #ruby
19:37
kasisnu has quit [Ping timeout: 240 seconds]
19:37
nankyokusei has joined #ruby
19:41
aenialis has quit [Quit: WeeChat 1.8]
19:41
aenialis has joined #ruby
19:41
ozcanesen has joined #ruby
19:42
nankyokusei has quit [Ping timeout: 246 seconds]
19:42
ryzokuken_ has quit [Quit: Leaving]
19:44
<
matugm >
enpty_cups, it should work if you are using it inside a describe block (for RSpec-like syntax). Otherwise use a setup method to define your instance variable.
19:45
<
matugm >
*empty_cup
19:50
Rodya_ has quit [Remote host closed the connection]
19:50
zapata has quit [Quit: WeeChat 1.8]
19:51
<
empty_cup >
i am following the rspec/expectations like syntax, i'll take a closer look, thanks matugm
19:53
jshjsh has joined #ruby
19:54
im0nde has quit [Ping timeout: 255 seconds]
19:55
nhhc has joined #ruby
19:55
bkxd__ has quit [Ping timeout: 240 seconds]
19:56
bkxd___ has quit [Ping timeout: 268 seconds]
19:56
im0nde has joined #ruby
19:56
bkxd has joined #ruby
19:57
stormbytes has joined #ruby
19:57
JoshS has quit [Ping timeout: 240 seconds]
19:57
bkxd_ has joined #ruby
19:58
vuoto has quit [Remote host closed the connection]
20:00
Mutter has joined #ruby
20:00
jaruga_________ has joined #ruby
20:03
Mutter has quit [Client Quit]
20:04
Mutter has joined #ruby
20:08
andrzejk_ has joined #ruby
20:10
spastorino has joined #ruby
20:12
<
havenwood >
empty_cup: `before do` is the minitest spec version of `def setup`
20:15
brent__ has joined #ruby
20:15
im0nde has quit [Ping timeout: 255 seconds]
20:15
Mutter has quit [Remote host closed the connection]
20:17
nickjj has joined #ruby
20:19
nickjj_ has quit [Ping timeout: 258 seconds]
20:19
benjen has joined #ruby
20:21
whiteline has quit [Remote host closed the connection]
20:23
ncthom91 has joined #ruby
20:26
zapata has joined #ruby
20:27
spastorino has quit []
20:27
Xandaros has left #ruby ["WeeChat 1.8"]
20:29
im0nde has joined #ruby
20:31
aenialis has quit [Quit: WeeChat 1.8]
20:33
aenialis has joined #ruby
20:35
Rodya_ has joined #ruby
20:35
aenialis has quit [Client Quit]
20:36
bkxd_ has quit [Ping timeout: 260 seconds]
20:36
bkxd has quit [Ping timeout: 260 seconds]
20:42
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
20:42
mitt3ns is now known as agent_white
20:42
weathermaker has joined #ruby
20:43
MarkBilk has joined #ruby
20:45
nhhc has quit [Remote host closed the connection]
20:45
blackwind_123 has quit [Quit: REALITY.SYS Corrupted: Re-boot universe? (Y/N/Q)]
20:46
hutch34 has joined #ruby
20:46
marr has joined #ruby
20:46
kolgomorov has quit [Ping timeout: 240 seconds]
20:47
vuoto has joined #ruby
20:47
Kug3lis has joined #ruby
20:48
Rodya_ has quit [Remote host closed the connection]
20:48
doublemalt_ has quit [Ping timeout: 240 seconds]
20:49
s1kx has quit [Quit: s1kx]
20:50
im0nde has quit [Ping timeout: 255 seconds]
20:51
hutch34 has quit [Ping timeout: 246 seconds]
20:52
bkxd has joined #ruby
20:52
bkxd_ has joined #ruby
20:58
bkxd has quit [Ping timeout: 260 seconds]
20:58
bkxd_ has quit [Ping timeout: 260 seconds]
20:59
ketan has joined #ruby
21:00
vuoto has quit [Remote host closed the connection]
21:04
ketan has quit [Ping timeout: 268 seconds]
21:05
ur5us has joined #ruby
21:07
ahuman has quit [Ping timeout: 255 seconds]
21:09
skweek has quit [Ping timeout: 268 seconds]
21:10
weathermaker has quit [Ping timeout: 255 seconds]
21:12
ahuman has joined #ruby
21:12
roshanavand has quit [Quit: roshanavand]
21:16
mtkd has joined #ruby
21:16
^mtkd has quit [Ping timeout: 268 seconds]
21:17
Rodya_ has joined #ruby
21:18
eightlimbs has joined #ruby
21:18
jenrzzz has joined #ruby
21:21
eightlimbed has quit [Ping timeout: 240 seconds]
21:22
PatrikasZvaigzde has quit [Read error: Connection reset by peer]
21:23
herbmillerjr has joined #ruby
21:23
jenrzzz has quit [Ping timeout: 268 seconds]
21:24
hutch34 has joined #ruby
21:24
brent__ has quit [Remote host closed the connection]
21:25
brent__ has joined #ruby
21:26
whiteline has joined #ruby
21:28
jaruga_________ has quit [Quit: jaruga_________]
21:28
weathermaker has joined #ruby
21:28
nickjj_ has joined #ruby
21:29
brent__ has quit [Ping timeout: 255 seconds]
21:30
sepp2k has quit [Read error: Connection reset by peer]
21:31
nickjj has quit [Ping timeout: 258 seconds]
21:31
[dmp] has joined #ruby
21:32
selu has joined #ruby
21:34
gothicsouth has quit [Ping timeout: 246 seconds]
21:34
jaruga_________ has joined #ruby
21:35
im0nde has joined #ruby
21:35
brent__ has joined #ruby
21:36
kasisnu has joined #ruby
21:38
nankyokusei has joined #ruby
21:39
hutch34 has quit [Ping timeout: 255 seconds]
21:40
kasisnu has quit [Ping timeout: 240 seconds]
21:42
ltem has quit [Quit: Leaving]
21:42
nankyokusei has quit [Ping timeout: 240 seconds]
21:44
nertzy has quit [Quit: Leaving]
21:44
PatrikasZvaigzde has joined #ruby
21:44
Mutter has joined #ruby
21:45
roshanavand has joined #ruby
21:46
jaruga_________ has quit [Quit: jaruga_________]
21:47
Mutter has quit [Remote host closed the connection]
21:53
nachoman has joined #ruby
21:53
Fernando-Basso has quit [Quit: WeeChat 1.8]
21:56
brent__ has quit [Remote host closed the connection]
21:57
brent__ has joined #ruby
21:58
t-recx has quit [Ping timeout: 240 seconds]
21:58
alamar_ has quit [Ping timeout: 246 seconds]
21:59
alamar has joined #ruby
21:59
alamar is now known as Guest40896
22:09
Mutter has joined #ruby
22:12
benjen has quit [Ping timeout: 240 seconds]
22:20
lianj has joined #ruby
22:24
fxa90id has quit [Ping timeout: 240 seconds]
22:24
hutch34 has joined #ruby
22:25
jinie- has joined #ruby
22:27
jinie- has quit [Client Quit]
22:28
jinie- has joined #ruby
22:33
jinie- is now known as jinie
22:33
cadillac_ has joined #ruby
22:43
xerx has joined #ruby
22:45
nertzy has joined #ruby
22:45
benjen has joined #ruby
22:47
cadillac_ has quit [Remote host closed the connection]
22:53
brent__ has quit [Remote host closed the connection]
22:53
nachoman has quit []
22:53
brent__ has joined #ruby
22:54
sneakerhax has quit [Ping timeout: 240 seconds]
22:54
GodFather has joined #ruby
22:55
brent__ has quit [Remote host closed the connection]
22:55
brent__ has joined #ruby
22:55
hutch34 has quit [Ping timeout: 240 seconds]
22:59
Danny has joined #ruby
22:59
ketan has joined #ruby
23:00
Danny is now known as Guest42251
23:03
Guest42251 has quit [Remote host closed the connection]
23:04
pika_pika has joined #ruby
23:04
ketan has quit [Ping timeout: 260 seconds]
23:06
Radar_ is now known as Radar
23:06
Radar has quit [Changing host]
23:06
Radar has joined #ruby
23:08
LiquidInsect has quit [Ping timeout: 240 seconds]
23:12
weathermaker has quit [Ping timeout: 268 seconds]
23:14
weathermaker has joined #ruby
23:15
nachoman has joined #ruby
23:15
lxsameer has quit [Quit: WeeChat 1.7]
23:17
pika_pika has quit [Quit: Leaving]
23:20
jenrzzz has joined #ruby
23:20
jenrzzz has joined #ruby
23:20
jenrzzz has quit [Changing host]
23:24
eightlimbs has quit [Ping timeout: 268 seconds]
23:24
meshsmith has quit [Remote host closed the connection]
23:25
jenrzzz has quit [Ping timeout: 240 seconds]
23:28
hutch34 has joined #ruby
23:33
KeyJoo has quit [Ping timeout: 268 seconds]
23:35
hutch34 has quit [Ping timeout: 255 seconds]
23:36
dionysus69 has quit [Remote host closed the connection]
23:36
dionysus69 has joined #ruby
23:37
meshsmith has joined #ruby
23:39
nankyokusei has joined #ruby
23:39
geggam has joined #ruby
23:41
Fysicus has quit [Quit: The Truth Is Just An Excuse For A Lack Of Imagination]
23:42
<
geggam >
why wont this erb thingy make new lines
23:43
nankyokusei has quit [Ping timeout: 258 seconds]
23:45
<
hightower2 >
geggam, of course it makes new lines. The \n is just the format used for printing out the value to the screen. And keep in mind that if you want to use this in HTML context, you'll need \n<br>, not just \n
23:46
<
geggam >
but im doing this in chef hightower2 ... its not actually making a new line
23:46
<
geggam >
in my config file
23:48
<
Mon_Ouie >
ERB replaces <%= expr %> by calling the to_s method on whatever object expr evaluates to
23:49
<
Mon_Ouie >
Array#to_s returns the string you showed in your pastebin
23:49
<
hightower2 >
geggam, your "map.with_index" makes no sense
23:49
<
geggam >
it does when you are attempting to make auto scaling stunnel configurations
23:50
<
geggam >
i just want the new lines... altho i wonder if stunnel cares
23:55
moei has quit [Quit: Leaving...]