havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.4.1, 2.3.4 & 2.2.7: https://www.ruby-lang.org || Paste >3 lines of text to: https://gist.github.com || Rails questions? Ask in: #RubyOnRails || Logs: https://irclog.whitequark.org/ruby || Books: https://goo.gl/wpGhoQ
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
gj_ has joined #ruby
lxsameer has quit [Quit: WeeChat 1.7]
hinbody has joined #ruby
grymmjack has quit [Ping timeout: 240 seconds]
gj_ is now known as grymmjack
nitric has quit [Ping timeout: 240 seconds]
mim1k has joined #ruby
jrafanie has joined #ruby
railswebdev has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
shinnya has joined #ruby
__Yiota has joined #ruby
tristanp has quit [Remote host closed the connection]
ddffg has quit [Quit: Leaving]
gothicsouth has joined #ruby
__Yiota has quit [Client Quit]
bambanx has quit [Ping timeout: 260 seconds]
__Yiota has joined #ruby
ColeHub has quit [Quit: Bye.]
bambanx has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
mim1k has joined #ruby
marr has quit [Ping timeout: 255 seconds]
__Yiota has quit [Client Quit]
centrx has quit [Remote host closed the connection]
__Yiota has joined #ruby
bambanx has quit [Ping timeout: 240 seconds]
centrx has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
duderonomy has joined #ruby
centrx_ has joined #ruby
centrx has quit [Remote host closed the connection]
kies has joined #ruby
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kt has quit [Changing host]
kt has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
roamingdog has joined #ruby
roamingdog has quit [Ping timeout: 268 seconds]
mim1k has joined #ruby
BTRE has quit [Ping timeout: 260 seconds]
eightlimbed has quit [Ping timeout: 260 seconds]
mim1k has quit [Ping timeout: 240 seconds]
railswebdev has joined #ruby
im0nde has joined #ruby
BTRE has joined #ruby
gizmore|2 has joined #ruby
gizmore has quit [Ping timeout: 268 seconds]
Mia has quit [Read error: Connection reset by peer]
kies has quit [Ping timeout: 268 seconds]
mim1k has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mim1k has quit [Ping timeout: 246 seconds]
gothicsouth has joined #ruby
sepp2k has quit [Read error: Connection reset by peer]
cam27 has quit [Quit: cam27]
insanedreamer has joined #ruby
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bambanx has joined #ruby
railswebdev has joined #ruby
bruce_lee has quit [Ping timeout: 240 seconds]
bruce_lee has joined #ruby
bruce_lee has joined #ruby
bruce_lee has quit [Changing host]
mim1k has joined #ruby
im0nde has quit [Ping timeout: 268 seconds]
mim1k has quit [Ping timeout: 255 seconds]
charliesome has joined #ruby
centrx_ has quit []
PorcoRex has joined #ruby
<PorcoRex> Evening.
Azure|dc is now known as Azure
d^sh has quit [Ping timeout: 240 seconds]
flaf has left #ruby ["WeeChat 1.0.1"]
kies has joined #ruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
HoierM has quit [Ping timeout: 260 seconds]
ur5us has joined #ruby
d^sh has joined #ruby
jrafanie has joined #ruby
jrafanie has quit [Client Quit]
ur5us has quit [Ping timeout: 240 seconds]
mim1k has joined #ruby
bsartek has joined #ruby
bsartek has quit [Client Quit]
mim1k has quit [Ping timeout: 258 seconds]
jackjackdripper has joined #ruby
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jackjackdripper has quit [Client Quit]
shinnya has quit [Ping timeout: 260 seconds]
weathermaker has quit [Ping timeout: 240 seconds]
alveric1 has quit [Quit: WeeChat 1.8]
jrafanie has joined #ruby
tristanp has joined #ruby
alveric1 has joined #ruby
alveric1 is now known as lordalveric
HoierM has joined #ruby
HoierM has quit [Max SendQ exceeded]
HoierM has joined #ruby
HoierM has quit [Max SendQ exceeded]
HoierM has joined #ruby
HoierM has quit [Max SendQ exceeded]
genpaku has quit [Remote host closed the connection]
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
genpaku has joined #ruby
jameser has joined #ruby
arescorpio has joined #ruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
railswebdev has joined #ruby
enterprisey has joined #ruby
mim1k has joined #ruby
DeeJayh_ has quit [Ping timeout: 246 seconds]
mim1k has quit [Ping timeout: 240 seconds]
bruce_lee has quit [Read error: Connection reset by peer]
Joufflu has joined #ruby
insanedreamer has quit [Quit: insanedreamer]
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_sfiguser has quit [Ping timeout: 260 seconds]
dlitvak has joined #ruby
__Yiota has joined #ruby
Cohedrin has quit [Ping timeout: 255 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby
mim1k has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
_sfiguser has joined #ruby
b0mbnet has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
jrafanie has joined #ruby
<b0mbnet> how to trace where a method override by local-variable
<b0mbnet> anybody knows?
mim1k has joined #ruby
jenrzzz has quit [Ping timeout: 255 seconds]
<elomatreb> b0mbnet: It's not getting overriden, the local variable just takes precendence. You can still call the method if you use parentheses
eightlimbed has joined #ruby
<b0mbnet> but how do i know where this local variable takes precendence? which file and which line
<b0mbnet> i have a problem with grape, grape defined attr_reader for params, but it gets ovveride by local variable, and result is nil, i want to debug this
<b0mbnet> params() or self.params or send(params), it is wired
mim1k has quit [Ping timeout: 255 seconds]
<elomatreb> All of those (provided you used a symbol for send) should call the method, not a local variable
Cohedrin has joined #ruby
<b0mbnet> yes, i know, but how do i trace when a local variable is defined?
<PorcoRex> b0mbnet, are you in search for where the local variable is defined, and not the method? I'm not sure that's possible, but I'd imagine that is one long method you're working with.
<elomatreb> I think a debugger might be able to trace where a variable was defined, but I haven't had to do that ever
<b0mbnet> yes, i have searched using ripgrep , but it is large result. i don't know where to start
<PorcoRex> b0mbnet, local variables should be encapsulated by a method. Do you know what this method is?
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<b0mbnet> looks like this https://eval.in/806070
<b0mbnet> it must be get override in some where
<elomatreb> It can only come from a scope above the block, is there anything above it that might set it?
<PorcoRex> How does "desc" work? It doesn't seem it should.
<b0mbnet> it it all come from grape gem
<b0mbnet> it is just defined description for this api
<elomatreb> Why not? the lines below it are just indented a level too deep
<elomatreb> Yeah, nothing wrong with that. Is there something above the resources block?
<stormbytes> whats wrong with my syntax? (ports = array, options=hash) if (options[:index] <= ports.length -1 )
<b0mbnet> no, resource is just a namespace
gix has quit [Ping timeout: 272 seconds]
<b0mbnet> i already tried using pry's watch function, but it is not working, beacause in this situation, local-variable is not changed, it is defined
<elomatreb> stormbytes: The error you're getting would help, doesn't look immediately wrong to me
<PorcoRex> b0mbnet, is the error we see in the snippet the one you're getting?
<PorcoRex> "uninitialized constant V1::Grape (NameError)"
<b0mbnet> no
<elomatreb> No, that's just since eval.in doesn't have any gems
<PorcoRex> What would be the actual error you're getting?
<stormbytes> elomatreb let me look...
<b0mbnet> params is nil
<b0mbnet> but @params is ok
acemo has quit []
<elomatreb> I think byebug (an actual debugger) may be able to do what you need, I don't know if it can trace variables directly but you can certainly step through your code until you see where it is defined
gothicsouth has joined #ruby
acemo has joined #ruby
gix has joined #ruby
<PorcoRex> I hate to bring this again, but I'm not sure how this would work "desc 'create order' params do --- end post do --- end" without commas or anything.
<elomatreb> PorcoRex: Remove one level of indentation from lines 5-15
<elomatreb> It's just a regular method call
<b0mbnet> i already tried, https://github.com/ruby-grape/grape/blob/521688848d916a851d79848d65f900157f6844b9/lib/grape/endpoint.rb#L256-L257, on line 256 params is ok, but when @block.call(self) params is nil, @block is the post block
<PorcoRex> elomatreb, ah, sorry. You're right, it's similar to a Rakefile.
<elomatreb> Actually, add one space in line 5 and another one in line 16 :P
acemo has quit [Client Quit]
<b0mbnet> on line 256, defined? params is method
<b0mbnet> but when it get inside the post block, defined? params become local-variable
acemo has joined #ruby
<b0mbnet> wired
<b0mbnet> i'm using pry-byebug, it can step into the code
<PorcoRex> b0mbnet, you mean that inside the "post" block "params" is a local variable?
<b0mbnet> yes
ur5us has joined #ruby
<b0mbnet> in normal situation, it must be a method
<PorcoRex> You have to be careful, because both "params" and "post" aren't defining methods, but are method calls with passed blocks.
<elomatreb> Are you certain that the method does not return nil? I know that defined? is a bit of an oddity in Ruby, maybe it's just being quirky
<PorcoRex> So "params" is a "class" method of Orders. It is not an instance method.
<b0mbnet> inside post block , self is instance of Grape::Endpoint
<PorcoRex> b0mbnet, that's the problem, because outside post, "params" is a class method V1:Orders.
<PorcoRex> I think... although there might be some magic going on.
<elomatreb> That still wouldn't explain the local variable thing, which is actually pretty weird
ur5us has quit [Ping timeout: 246 seconds]
mim1k has joined #ruby
<PorcoRex> b0mbnet, can you place a breakpoint inside "post" and perform "method(:params).owner"?
<b0mbnet> let me try, wait a seconds
<b0mbnet> Grape::Endpoint
<PorcoRex> Right. It's an instance method.
<PorcoRex> Could you do the same, but this time right after the "desc" line?
mim1k has quit [Ping timeout: 240 seconds]
<b0mbnet> ok, wait
<PorcoRex> Between 4 and 5?
<b0mbnet> => Grape::DSL::Validations::ClassMethods
<PorcoRex> Right, it's a class method.
<PorcoRex> None are local variables. They are just different methods.
<b0mbnet> but inside post block, it have params
<b0mbnet> => [:__, :_, :_ex_, :_pry_, :_out_, :_in_, :_dir_, :_file_, :params, :order]
<b0mbnet> where this params local_variable is defined?
<elomatreb> That's the weird thing, unless you're defining it in a scope above and before that it shouldn't bleed over from anywhere
<PorcoRex> There is no local variable both "params", inside and outside are different methods. Not variables.
<elomatreb> Then defined? would return "method" not "local-variable"
shinnya has joined #ruby
MrBusiness has quit [Read error: Connection reset by peer]
<PorcoRex> elomatreb, but "method(:params).owner" returned Grape::Endpoint.
<PorcoRex> Inside the block.
MrBusiness has joined #ruby
<elomatreb> Yes, and they said it worked as intended when they explicitely called the method using self.params, params() or send
MrBusiness has quit [Read error: Connection reset by peer]
<PorcoRex> Ok, I think I've missed something then. I thought the confusion was because the call to "params" from withing "post" wasn't the one expected.
MrBusiness has joined #ruby
<b0mbnet> im using pry-stack-explorer
<b0mbnet> frame 0 is current
MrBusiness has quit [Max SendQ exceeded]
Cohedrin has quit [Ping timeout: 255 seconds]
<PorcoRex> b0mbnet, If you assign to "params" then that will be a local variable.
<b0mbnet> but it is before i assign
<b0mbnet> i get nil
nanoz has joined #ruby
<PorcoRex> I'm no expert, but I think it doesn't work that way. Try calling params "xparams", for instance.
<PorcoRex> Then we can discuss.
<b0mbnet> xparams? i don't understand
<PorcoRex> Rename the assignments to something else instead of params. Like "xparams = <something>"
robnester has quit [Ping timeout: 240 seconds]
<PorcoRex> And, tbh, I'm just guessing.
railswebdev has joined #ruby
Trynemjoel has quit [Ping timeout: 245 seconds]
sp4rrow has quit [Quit: Textual]
<PorcoRex> Are we still getting local var?
<b0mbnet> yes
<PorcoRex> I think we'll need to take a look at the whole method.
wisdom-1 has joined #ruby
robnester has joined #ruby
<elomatreb> defined? does some unexpected things sometimes, are you sure you're not being bitten by this behaviour?: https://eval.in/806112
wisdom-1 has quit [Remote host closed the connection]
<b0mbnet> no
<elomatreb> Be aware that anything you execute in the pry can affect the code after it, it's like eval
<b0mbnet> yes, i know
<b0mbnet> but it is not the reason to get local-variable
<b0mbnet> beacause i already tried use local_variables, this one is safe, it can display all local variables on current
Cohedrin has joined #ruby
izaac has quit [Remote host closed the connection]
<b0mbnet> https://gist.github.com/chen7897499/9a71f46d65061c03290052efaf79d57e#file-gistfile1-txt and i don't understand where is generate_api_method being called
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nofxxx has joined #ruby
cfec0b8d has joined #ruby
nofxxxx has quit [Ping timeout: 240 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cam27 has joined #ruby
mim1k has joined #ruby
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
eightlimbed has quit [Ping timeout: 240 seconds]
jackrandom has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
bernd27 has joined #ruby
jackrandom has quit [Ping timeout: 260 seconds]
rc48 has quit [Read error: Connection reset by peer]
Trynemjoel has joined #ruby
eightlimbed has joined #ruby
cyphase has quit [Ping timeout: 272 seconds]
<stormbytes> getting a syntax error i don't understand https://eval.in/806118
cschneid_ has joined #ruby
dmtd has quit [Quit: Connection closed for inactivity]
ptx0 has quit [Remote host closed the connection]
bilal80 has quit [Ping timeout: 240 seconds]
cschneid_ has quit [Ping timeout: 240 seconds]
Bock has joined #ruby
cyphase has joined #ruby
shinnya has quit [Ping timeout: 246 seconds]
ptx0 has joined #ruby
<apeiros> stormbytes: either `a-b` or `a - b`, but not `a -b`
<stormbytes> the whitespace??
b0mbnet has quit [Ping timeout: 255 seconds]
<apeiros> yes
<stormbytes> holy crap
<apeiros> -1 is "negative one", not "minus one"
<stormbytes> never would have caught that
<stormbytes> yeah...
<stormbytes> dang
<stormbytes> ty
<apeiros> well, it shows you in the exception
<apeiros> with an arrow and all
b0mbnet has joined #ruby
zapata has quit [Quit: WeeChat 1.8]
<stormbytes> it does
<elomatreb> Well, unless you know that there is a difference between binary and unary minus it is kinda confusing
<stormbytes> but when you don't to look for something like that its not very telling
DeeJayh_ has joined #ruby
<apeiros> it could do a better job wrt token names
b0mbnet has quit [Quit: Leaving]
zapata has joined #ruby
arescorpio has quit [Quit: Leaving.]
andrzejk_ has joined #ruby
cam27 has quit [Quit: cam27]
<stormbytes> does 'unless array.length' evaluate to true/false?
<stormbytes> or do i have to explicitly state 'unless array.length > 0'
ur5us has joined #ruby
ascarter has quit [Ping timeout: 260 seconds]
eightlimbed has quit [Ping timeout: 240 seconds]
cam27 has joined #ruby
ur5us has quit [Ping timeout: 268 seconds]
DeeJayh_ has quit [Ping timeout: 240 seconds]
<baweaver> >> !!0
<ruby[bot]> baweaver: # => true (https://eval.in/806131)
mim1k has joined #ruby
<apeiros> stormbytes: Array#empty?
DeeJayh_ has joined #ruby
<apeiros> and 0 is truthy in ruby. only false & nil are falsy
mim1k has quit [Ping timeout: 268 seconds]
howdoi has quit [Quit: Connection closed for inactivity]
cjhowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cjhowe has joined #ruby
cjhowe has quit [Client Quit]
cjhowe has joined #ruby
cjhowe has quit [Client Quit]
cjhowe has joined #ruby
cjhowe has quit [Client Quit]
bier has quit [Ping timeout: 240 seconds]
cjhowe has joined #ruby
cjhowe has quit [Client Quit]
dlitvak has quit [Quit: Connection closed for inactivity]
MrBusiness has joined #ruby
MrBusiness has quit [Max SendQ exceeded]
nokepala has joined #ruby
DeeJayh_ has quit [Ping timeout: 260 seconds]
Ove_ has left #ruby [#ruby]
redaudit has quit [Quit: Cya]
mim1k has joined #ruby
tristanp has quit [Remote host closed the connection]
mim1k has quit [Ping timeout: 240 seconds]
bernd27 has quit [Remote host closed the connection]
zacts has quit [Ping timeout: 240 seconds]
nokepala has quit [Quit: Leaving.]
jackrandom has joined #ruby
gix has quit [Ping timeout: 240 seconds]
gix- has joined #ruby
gix- is now known as gix
<stormbytes> apeiros ty
rc48 has joined #ruby
rc48 has quit [Read error: Connection reset by peer]
Kug3lis_off is now known as Kug3lis
nanoz has quit [Ping timeout: 240 seconds]
bernd27 has joined #ruby
mim1k has joined #ruby
jackrandom has quit [Ping timeout: 240 seconds]
blackmesa has joined #ruby
jgnagy has quit [Remote host closed the connection]
jgnagy has joined #ruby
rippa has joined #ruby
mim1k has quit [Ping timeout: 260 seconds]
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
cschneid_ has joined #ruby
nowhere_man has quit [Ping timeout: 255 seconds]
kies has quit [Ping timeout: 240 seconds]
cschneid_ has quit [Ping timeout: 272 seconds]
blackmesa has quit [Ping timeout: 268 seconds]
muelleme has joined #ruby
tristanp has joined #ruby
Kug3lis is now known as Kug3lis_off
Kug3lis_off is now known as Kug3lis
shinnya has joined #ruby
tristanp has quit [Ping timeout: 260 seconds]
Kug3lis has quit [Quit: Textual IRC Client: www.textualapp.com]
bambanx has quit [Quit: Leaving]
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
muelleme has quit [Ping timeout: 255 seconds]
mim1k has joined #ruby
cam27 has quit [Quit: cam27]
mim1k has quit [Ping timeout: 240 seconds]
enterprisey has quit [Remote host closed the connection]
Joufflu has quit [Read error: Connection reset by peer]
PorcoRex has quit [Quit: Leaving]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
bsartek has joined #ruby
babykosh has joined #ruby
babykosh has left #ruby [#ruby]
babykosh has joined #ruby
jameser has quit [Ping timeout: 260 seconds]
bsartek has quit [Quit: This computer has gone to sleep]
mdw has joined #ruby
bsartek has joined #ruby
cajone has quit [Ping timeout: 260 seconds]
cajone has joined #ruby
jane_booty_doe has joined #ruby
nokepala has joined #ruby
charliesome has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
mdw has joined #ruby
mdw has quit [Client Quit]
mdw has joined #ruby
mdw has quit [Client Quit]
Dimik has quit [Ping timeout: 240 seconds]
mdw has joined #ruby
bsartek has quit [Quit: This computer has gone to sleep]
mdw has quit [Client Quit]
jane_booty_doe has quit [Quit: Leaving]
mdw has joined #ruby
mdw has quit [Client Quit]
Tempesta has quit [Quit: See ya!]
mdw has joined #ruby
mdw has quit [Client Quit]
mim1k has joined #ruby
cyphase has quit [Ping timeout: 246 seconds]
Tempesta has joined #ruby
bsartek has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
rc48 has joined #ruby
ski7777 has quit [Ping timeout: 246 seconds]
ski7777 has joined #ruby
rc48 has quit [Read error: Connection reset by peer]
marr has joined #ruby
DeeJayh_ has joined #ruby
j0n3 has joined #ruby
R\w\C has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lordalveric has quit [Quit: WeeChat 1.8]
Xeago has quit [Ping timeout: 240 seconds]
Xeago has joined #ruby
biberu has joined #ruby
alveric1 has joined #ruby
CacoS has joined #ruby
bsartek has quit [Quit: This computer has gone to sleep]
Mia has joined #ruby
mim1k has joined #ruby
blackmesa has joined #ruby
charliesome has joined #ruby
CacoS has quit [Quit: Leaving]
mim1k has quit [Ping timeout: 260 seconds]
DeeJayh_ has quit [Ping timeout: 255 seconds]
CacoS has joined #ruby
CacoS has quit [Remote host closed the connection]
CacoS has joined #ruby
CacoS has quit [Remote host closed the connection]
CacoS has joined #ruby
CacoS has quit [Remote host closed the connection]
mikecmpbll has joined #ruby
CacoS has joined #ruby
tristanp has joined #ruby
tristanp has quit [Ping timeout: 240 seconds]
cschneid_ has joined #ruby
cschneid_ has quit [Ping timeout: 272 seconds]
cyphase has joined #ruby
lxsameer has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
minimalism has quit [Quit: minimalism]
jane_booty_doe has joined #ruby
mim1k has joined #ruby
Fernando-Basso has joined #ruby
R\w\C has quit [Ping timeout: 260 seconds]
sts has quit [Ping timeout: 246 seconds]
mim1k has quit [Ping timeout: 268 seconds]
jgt has joined #ruby
jane_booty_doe has quit [Quit: Leaving]
mim1k has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
DeeJayh_ has joined #ruby
tomphp has joined #ruby
johnmccabe has joined #ruby
johnmccabe has quit [Client Quit]
mim1k has quit [Ping timeout: 258 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
bier has joined #ruby
charliesome has joined #ruby
t-recx has joined #ruby
rc48 has joined #ruby
charliesome has quit [Client Quit]
normie1 has joined #ruby
rc48 has quit [Read error: Connection reset by peer]
Qchmqs__ has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bkxd has joined #ruby
muelleme has joined #ruby
charliesome has joined #ruby
DeeJayh_ has quit [Ping timeout: 268 seconds]
normie1 has quit [Quit: Textual IRC Client: www.textualapp.com]
muelleme has quit [Ping timeout: 240 seconds]
cfec0b8d has quit [Ping timeout: 240 seconds]
nullobject has joined #ruby
minimalism has joined #ruby
mim1k has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
bkxd_ has joined #ruby
bkxd has quit [Ping timeout: 246 seconds]
_sfiguser has quit [Ping timeout: 260 seconds]
zacts has joined #ruby
sts has joined #ruby
sts is now known as Guest94393
Kug3lis has joined #ruby
blackmesa has joined #ruby
armyriad has quit [Ping timeout: 240 seconds]
nicesignal has quit [Ping timeout: 240 seconds]
armyriad has joined #ruby
nokepala has quit [Quit: Leaving.]
_sfiguser has joined #ruby
blackmesa has quit [Ping timeout: 255 seconds]
codehotter has joined #ruby
<codehotter> I'm a little bit out of my depth here, but if someone has time... How different would Ruby's AST format be from Mozilla's AST format?
<codehotter> What does a different AST format mean in general?
<codehotter> Don't they have to fulfill mostly the same functions and so you'd expect them to look similar?
timvisher has quit [Remote host closed the connection]
bkxd_ has quit [Ping timeout: 240 seconds]
<Mon_Ouie> I'm not sure what you mean by Mozilla's AST format. For JavaScript? JS and Ruby are two different languages, so the AST (Abstract Syntax Tree) used by each language needs to be able to represent that language's constructs
<Mon_Ouie> e.g. Ruby has constructs for defining classes or calling a method with a block, which do not exist in JavaScript
<codehotter> Thanks, I get it now.
gnufied has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
railswebdev has joined #ruby
blackwind_123 has joined #ruby
DeeJayh_ has joined #ruby
Kug3lis is now known as Kug3lis_off
yasu has quit [Quit: ZNC 1.6.5 - http://znc.in]
ski7777 has quit [Ping timeout: 240 seconds]
yasu has joined #ruby
gnufied has joined #ruby
blackwind_123 has quit [Ping timeout: 260 seconds]
jane_booty_doe has joined #ruby
blackwind_123 has joined #ruby
Miron has quit [Ping timeout: 245 seconds]
nicesignal has joined #ruby
niao has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ruby
GodFather has quit [Ping timeout: 240 seconds]
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
DeeJayh_ has quit [Ping timeout: 260 seconds]
Mia has quit [Ping timeout: 260 seconds]
ski7777 has joined #ruby
BaroMeter has joined #ruby
GodFather has joined #ruby
ecuanaso has joined #ruby
nokepala has joined #ruby
nowhere_man has joined #ruby
apparition has joined #ruby
Kug3lis_off is now known as Kug3lis
da3d has joined #ruby
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
daed has quit [Quit: leaving]
da3d is now known as daed
rc48 has joined #ruby
daed has quit [Changing host]
daed has joined #ruby
eregon_ has quit [Write error: Broken pipe]
eregon has joined #ruby
MarkBilk has quit [Ping timeout: 246 seconds]
cjhowe has joined #ruby
rc48 has quit [Read error: Connection reset by peer]
cjhowe has quit [Client Quit]
cjhowe has joined #ruby
cjhowe has quit [Client Quit]
cjhowe has joined #ruby
cjhowe has quit [Client Quit]
cjhowe has joined #ruby
cjhowe has quit [Client Quit]
cjhowe has joined #ruby
nullobject has quit [Quit: zzz]
jrafanie has joined #ruby
jrafanie has quit [Client Quit]
ur5us has quit [Remote host closed the connection]
cfec0b8d has joined #ruby
minimalism has quit [Quit: minimalism]
__Yiota has joined #ruby
_whitelogger has joined #ruby
MarkBilk has joined #ruby
otherj has joined #ruby
Yonk__ is now known as Yonk
matled has quit [Remote host closed the connection]
charliesome has joined #ruby
charliesome has quit [Client Quit]
otherj has quit [Client Quit]
danman has quit [Quit: danman]
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mostlybadfly has joined #ruby
matled has joined #ruby
jameser has joined #ruby
charliesome has joined #ruby
danman has joined #ruby
rgr has quit [Quit: rgr]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgr has joined #ruby
kleelk has joined #ruby
kleelk has left #ruby [#ruby]
jameser has joined #ruby
jameser has quit [Client Quit]
Miron has joined #ruby
im0nde has joined #ruby
BSaboia has joined #ruby
ecuanaso has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blackwind_123 has quit [Ping timeout: 240 seconds]
jameser has joined #ruby
jameser has quit [Client Quit]
jameser has joined #ruby
ytti has quit [Ping timeout: 260 seconds]
BaroMeter has quit [Quit: Leaving]
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
__Yiota has joined #ruby
r_rios has joined #ruby
railswebdev has joined #ruby
ytti has joined #ruby
houhoulis has joined #ruby
dionysus69 has joined #ruby
CacoS has quit [Read error: Connection reset by peer]
eightlimbed has joined #ruby
rfoust has quit [Read error: Connection reset by peer]
rfoust has joined #ruby
bernd27 has quit [Remote host closed the connection]
rfoust has quit [Read error: Connection reset by peer]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kith has joined #ruby
Kug3lis is now known as Kug3lis_off
DeeJayh_ has joined #ruby
eightlimbed has quit [Ping timeout: 240 seconds]
interki has joined #ruby
BSaboia has quit [Ping timeout: 258 seconds]
dionysus69 has quit [Ping timeout: 240 seconds]
dionysus69 has joined #ruby
BSaboia has joined #ruby
jgt has quit [Ping timeout: 268 seconds]
MarkBilk has quit [Ping timeout: 240 seconds]
gothicsouth has joined #ruby
nokepala has quit [Quit: Leaving.]
Kug3lis_off is now known as Kug3lis
ur5us has joined #ruby
MarkBilk has joined #ruby
interki has quit [Quit: Going offline, see ya! (www.adiirc.com)]
ur5us has quit [Ping timeout: 240 seconds]
KnownSyntax has quit [Ping timeout: 260 seconds]
Qchmqs__ has quit [Ping timeout: 240 seconds]
KnownSyntax has joined #ruby
KnownSyntax has joined #ruby
KnownSyntax has quit [Changing host]
jgnagy has quit [Remote host closed the connection]
jgnagy has joined #ruby
redaudit has joined #ruby
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
shinnya has quit [Ping timeout: 268 seconds]
andrzejk_ has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Xandaros has joined #ruby
Kug3lis is now known as Kug3lis_off
<Xandaros> Hi! I'm currently trying to understand this ruby script and I encountered a line I don't understand. Maybe someone here can help me. (I can't share the entire script, unfortunately). Line in question:
<Xandaros> select_result=select([$my_socket],nil,[$my_socket],1)
<Xandaros> I have never used ruby before, so most of that is very confusing to me
weathermaker has joined #ruby
cam27 has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
gothicsouth has joined #ruby
uZiel has joined #ruby
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Kug3lis_off is now known as Kug3lis
Kug3lis is now known as Kug3lis_off
Kug3lis_off is now known as Kug3lis
jane_booty_doe has quit [Quit: Leaving]
Fernando-Basso has quit [Quit: WeeChat 1.8]
blackmesa has joined #ruby
duderonomy has quit [Ping timeout: 260 seconds]
railswebdev has joined #ruby
rc48 has joined #ruby
tristanp has joined #ruby
rc48 has quit [Read error: Connection reset by peer]
r_rios has quit [Ping timeout: 272 seconds]
duderonomy has joined #ruby
im0nde has quit [Ping timeout: 246 seconds]
BSAlb has joined #ruby
BSaboia has quit [Disconnected by services]
BSAlb has quit [Read error: Connection reset by peer]
BSaboia has joined #ruby
tristanp has quit [Ping timeout: 246 seconds]
sepp2k has joined #ruby
duderonomy has quit [Ping timeout: 258 seconds]
apparition has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
weathermaker has quit [Ping timeout: 240 seconds]
duderonomy has joined #ruby
duderonomy has quit [Ping timeout: 268 seconds]
houhoulis has quit [Remote host closed the connection]
* apeiros writes too clever code again
nokepala has joined #ruby
<apeiros> lambda creating lambdas. it's fun, though. probably totally common in FP land.
<ineb> Xandaros: calls a function named 'select' with 4 parameter. first parameter is an array with one entry. its only element is the global variable $my_socket. second parameter is nil, or null, nada. third parameter is identical to the first one and the last parameter is integer 1
<ineb> whatever the function 'select' returns goes into the variable select_result
<ineb> its crappy code btw :)
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<apeiros> it is? I only see two bad things?
<apeiros> Xandaros: note that `select` is most likely `Kernel#select` (can't tell without the surrounding code)
<apeiros> &ri Kernel#select Xandaros
<Xandaros> It's alright, I can actually ignore that line. (I'm converting the script to python)
<Xandaros> I figured out what it does on a higher level and just reimplemented it
<apeiros> it is used to determine whether an IO is ready to be read from, or written to. the 1 means it times out after 1s
<Xandaros> Yup, that makes sense
nokepala has quit [Quit: Leaving.]
<Xandaros> Btw, how would I tell which module it's from? There is not import for "kernel" or anything. (Only socket and fcntl get impo... required)
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
redaudit has quit [Quit: Cya]
<ineb> Kernel is included by class Object, so it is available nearly everywhere
redaudit has joined #ruby
topfloor has joined #ruby
<topfloor> yo
topfloor has left #ruby [#ruby]
<apeiros> Xandaros: you can go absolutely sure through introspection if you have to
<apeiros> Xandaros: binding.pry; method(:select).owner
<apeiros> that in the place where it is called. requires the code to be run, though.
<apeiros> >> method(:select).owner
<ruby[bot]> apeiros: # => Kernel (https://eval.in/806366)
<Xandaros> Ehh, I'm good. I got the translation completed.
<apeiros> Xandaros: but in general, toplevel methods (methods which have no receiver) are instance methods of the current scope's class
<apeiros> and all you have to do then is check that class and its ancestry (doc tools do that for you)
<Xandaros> I think to understand all this, I'd have to know more about how ruby actually works
<Xandaros> And unless my employer wants me to do something with ruby, I see no need to. I personally use Haskell for everything :P
Kug3lis is now known as Kug3lis_off
muelleme has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
yqt has joined #ruby
muelleme has quit [Ping timeout: 246 seconds]
uZiel_ has joined #ruby
patr0clus has joined #ruby
patr0clus has quit [Max SendQ exceeded]
rgr_ has joined #ruby
uZiel_ has quit [Client Quit]
patr0clus has joined #ruby
patr0clus has quit [Max SendQ exceeded]
patr0clus has joined #ruby
patr0clus has quit [Client Quit]
rgr has quit [Ping timeout: 258 seconds]
opencw has joined #ruby
Kug3lis_off is now known as Kug3lis
patr0clus has joined #ruby
ResidentBiscuit has joined #ruby
Dimik has joined #ruby
patr0clus has quit [Quit: WeeChat 1.4]
jgt has joined #ruby
nokepala has joined #ruby
ur5us has joined #ruby
c0mrad3 has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
KnownSyntax has quit [Ping timeout: 268 seconds]
KnownSyntax has joined #ruby
KnownSyntax has joined #ruby
KnownSyntax has quit [Changing host]
Kug3lis is now known as Kug3lis_off
cdg has joined #ruby
Cohedrin has joined #ruby
cdg has quit [Read error: Connection reset by peer]
ResidentBiscuit has quit [Remote host closed the connection]
cdg has joined #ruby
ResidentBiscuit has joined #ruby
djbkd has joined #ruby
BSaboia has quit [Ping timeout: 240 seconds]
ResidentBiscuit has quit [Ping timeout: 260 seconds]
CacoS has joined #ruby
CacoS has quit [Remote host closed the connection]
gothicsouth has joined #ruby
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
herbmillerjr has joined #ruby
edwardly has quit [Ping timeout: 268 seconds]
keyjoo has joined #ruby
j0n3 has quit [Quit: Leaving]
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby
edwardly has joined #ruby
edwardly has joined #ruby
edwardly has quit [Changing host]
railswebdev has joined #ruby
roamingdog has joined #ruby
djbkd has quit [Ping timeout: 240 seconds]
Ferdroid has quit [Quit: power cut]
DLSteve has joined #ruby
rc48 has joined #ruby
rc48 has quit [Read error: Connection reset by peer]
blackmesa has joined #ruby
workmad3 has joined #ruby
Kug3lis_off is now known as Kug3lis
Fernando-Basso has joined #ruby
chopin has joined #ruby
cdg_ has joined #ruby
cdg has quit [Ping timeout: 255 seconds]
oleo has quit [Quit: irc client terminated!]
Ferdroid has joined #ruby
blackmesa has quit [Ping timeout: 258 seconds]
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
Ferdroid has quit [Client Quit]
roamingdog has joined #ruby
houhoulis has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
Macrobiotic has joined #ruby
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
bvcosta has joined #ruby
muelleme has joined #ruby
Xakotu has joined #ruby
jaruga________ has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
Kug3lis is now known as Kug3lis_off
andrzejk_ has joined #ruby
Xakotu has quit [Quit: Mutter: www.mutterirc.com]
bvcosta has quit [Remote host closed the connection]
r_rios has joined #ruby
CacoS has joined #ruby
railswebdev has joined #ruby
jaruga________ has quit [Quit: jaruga________]
workmad3 has quit [Ping timeout: 240 seconds]
workmad3 has joined #ruby
cdg_ has quit [Remote host closed the connection]
cdg has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enterprisey has joined #ruby
rc48 has joined #ruby
__Yiota has joined #ruby
rc48 has quit [Read error: Connection reset by peer]
__Yiota has quit [Client Quit]
oleo has joined #ruby
mitt3ns has joined #ruby
patr0clus has joined #ruby
redaudit has quit [Quit: Sleep, bro.]
agent_white has quit [Ping timeout: 272 seconds]
quobo has joined #ruby
ur5us has joined #ruby
robouk has quit [Quit: Konversation terminated!]
__Yiota has joined #ruby
cdg_ has joined #ruby
workmad3 has quit [Ping timeout: 272 seconds]
houhoulis has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 260 seconds]
cdg has quit [Read error: Connection reset by peer]
t-recx has quit [Quit: t-recx]
[2300mAh] has joined #ruby
enterprisey has quit [Ping timeout: 272 seconds]
__Yiota has quit [Ping timeout: 240 seconds]
ecuanaso has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #ruby
_sfiguser has quit [Ping timeout: 240 seconds]
roamingdog has joined #ruby
blackmesa has joined #ruby
[2300mAh] has quit [Quit: Page closed]
cdg has joined #ruby
ecuanaso has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Fernando-Basso has quit [Quit: WeeChat 1.8]
roamingdog has quit [Ping timeout: 255 seconds]
enterprisey has joined #ruby
cdg_ has quit [Ping timeout: 240 seconds]
cdg has quit [Ping timeout: 258 seconds]
eightlimbed has joined #ruby
_sfiguser has joined #ruby
Antiarc has quit [Ping timeout: 240 seconds]
jusa has quit [Ping timeout: 255 seconds]
jgt has quit [Ping timeout: 240 seconds]
moei has quit [Quit: Leaving...]
ayonkhan has joined #ruby
postmodern has joined #ruby
blackmes1 has joined #ruby
blackwind_123 has joined #ruby
blackmesa has quit [Ping timeout: 258 seconds]
tristanp has joined #ruby
ayonkhan has quit [Quit: Textual IRC Client: www.textualapp.com]
Mia has quit [Read error: Connection reset by peer]
eightlimbed has quit [Ping timeout: 268 seconds]
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
railswebdev has joined #ruby
__Yiota has joined #ruby
__Yiota has quit [Client Quit]
hanmac1 has joined #ruby
cdg has joined #ruby
hanmac has quit [Ping timeout: 258 seconds]
ahrs has quit [Remote host closed the connection]
cdg has quit [Remote host closed the connection]
cdg has joined #ruby
ionte has quit [Ping timeout: 260 seconds]
ahrs has joined #ruby
bmurt has joined #ruby
ionte has joined #ruby
chopin has quit [Remote host closed the connection]
chopin has joined #ruby
jwr has joined #ruby
<jwr> I'm not planning on doing ruby development, but i want to use ruby software (eg. jekyll) and have all the gems for each project separate so that various projects don't conflict with each other. do i want bundler, rbenv, or something else?
chopin has quit [Ping timeout: 260 seconds]
<hanmac1> jwr if you want gem (sets) for each of your projects, you probably want bundler
ecuanaso has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hndk has joined #ruby
hndk has quit [Client Quit]
tristanp has quit [Remote host closed the connection]
ecuanaso has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ecuanaso has joined #ruby
rrios has joined #ruby
c0mrad3 has quit [Quit: Connection closed for inactivity]
r_rios has quit [Ping timeout: 260 seconds]
DoubleMalt has joined #ruby
Macrobiotic has quit [Quit: Connection closed for inactivity]
DoubleMalt has quit [Read error: Connection reset by peer]
eightlimbed has joined #ruby
DoubleMalt has joined #ruby
t-recx has joined #ruby
DoubleMalt has quit [Remote host closed the connection]
<jwr> hanmacl: thanks. upon reading the docs, the `cd some_project ; bundle exec some_cmd` workflow looks like exactly what i want.
<jwr> basically python virtualenvs, but for ruby
minimalism has joined #ruby
thnee has quit [Quit: WeeChat 1.6]
ecuanaso has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
CacoS has quit [Quit: Leaving]
minimalism has quit [Quit: minimalism]
last_staff has joined #ruby
muelleme has quit [Ping timeout: 255 seconds]
minimalism has joined #ruby
uZiel has quit [Ping timeout: 240 seconds]
ecuanaso has joined #ruby
jwr has quit [Read error: Connection reset by peer]
jwr has joined #ruby
cdg has quit [Remote host closed the connection]
cdg has joined #ruby
ur5us has joined #ruby
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
minimalism has quit [Remote host closed the connection]
minimalism has joined #ruby
ur5us has quit [Ping timeout: 258 seconds]
gothicsouth has joined #ruby
ecuanaso has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gizmore|2 has quit [Remote host closed the connection]
railswebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zacts has quit [Ping timeout: 240 seconds]
<zenspider> jwr: I use ohmygems for most things. much simpler (it just sets up GEM_HOME + PATH)
gizmore has joined #ruby
andrzejk_ has quit [Quit: Textual IRC Client: www.textualapp.com]
last_staff has quit [Quit: last_staff]
brent__ has joined #ruby
rgr_ has quit [Quit: rgr_]
jusa has joined #ruby
jgt has joined #ruby
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
cdg_ has joined #ruby
jusa has quit [Ping timeout: 260 seconds]
cdg has quit [Ping timeout: 255 seconds]
ineb has quit [Ping timeout: 240 seconds]
ineb has joined #ruby
jgt has quit [Ping timeout: 260 seconds]
dviola has joined #ruby
muelleme has joined #ruby
brent__ has quit [Remote host closed the connection]
muelleme has quit [Ping timeout: 240 seconds]
zacts has joined #ruby
mim1k has joined #ruby
ineb has quit [Quit: WeeChat 1.8]
mdw has joined #ruby
lagweezle is now known as lagweezle_away
Xakotu has joined #ruby
yqt has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/]
gothicsouth has joined #ruby
enterprisey has quit [Remote host closed the connection]
mdw has quit [Ping timeout: 260 seconds]
t-recx has quit [Quit: t-recx]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
GodFather has quit [Ping timeout: 240 seconds]
blackmes1 has quit [Ping timeout: 246 seconds]
babykosh has quit [Quit: babykosh]
eightlimbed has quit [Remote host closed the connection]
eightlimbed has joined #ruby
chopin has joined #ruby
blackmes1 has joined #ruby
Xakotu has quit [Quit: Mutter: www.mutterirc.com]
govg has joined #ruby
kobain has joined #ruby
m1010j has joined #ruby
m1010j has quit [Client Quit]
cdg has joined #ruby
zacts has quit [Ping timeout: 255 seconds]
cdg_ has quit [Ping timeout: 260 seconds]
Puppet has joined #ruby
Puppet_ has quit [Ping timeout: 260 seconds]
zacts has joined #ruby
ledestin has joined #ruby
Puppet_ has joined #ruby
cdg has quit [Ping timeout: 246 seconds]
gothicsouth has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Puppet has quit [Ping timeout: 240 seconds]
redaudit has joined #ruby
biberu has quit []
moei has joined #ruby
rc48 has joined #ruby
gregf_ has quit [Ping timeout: 260 seconds]
pb122 has joined #ruby
keyjoo has quit [Remote host closed the connection]
rc48 has quit [Read error: Connection reset by peer]
jwr has quit [Quit: Ex-Chat]
ResidentBiscuit has joined #ruby
sepp2k has quit [Read error: Connection reset by peer]
rgr has joined #ruby
ResidentBiscuit has quit [Ping timeout: 255 seconds]
agent_white has joined #ruby
rann has quit [Ping timeout: 245 seconds]
pizzaops has quit [Ping timeout: 245 seconds]
HashNuke has quit [Ping timeout: 245 seconds]
jpinnix has quit [Ping timeout: 245 seconds]
bweston92 has quit [Ping timeout: 245 seconds]
mrsolo has quit [Ping timeout: 245 seconds]
testnick[m] has quit [Ping timeout: 245 seconds]
el_ocho[m] has quit [Ping timeout: 245 seconds]
rfv has quit [Ping timeout: 245 seconds]
RealMarc has quit [Ping timeout: 245 seconds]
RealMarc has joined #ruby
mitt3ns has quit [Ping timeout: 245 seconds]
nyuszika7h has quit [Ping timeout: 245 seconds]
qsx has quit [Ping timeout: 245 seconds]
Nightmare has quit [Ping timeout: 245 seconds]
bcavileer has quit [Ping timeout: 245 seconds]
Tony-St4rk has quit [Ping timeout: 245 seconds]
jwheare has quit [Ping timeout: 245 seconds]
ndrst has quit [Ping timeout: 245 seconds]
oleo has quit [Ping timeout: 245 seconds]
rikai has quit [Ping timeout: 245 seconds]
aurelien has quit [Ping timeout: 245 seconds]
sparr has quit [Ping timeout: 245 seconds]
contradictioned has quit [Ping timeout: 245 seconds]
contradictioned has joined #ruby
rikai has joined #ruby
mrsolo has joined #ruby
rann has joined #ruby
pizzaops has joined #ruby
braidn_ has quit [Ping timeout: 240 seconds]
roamingdog has joined #ruby
testnick[m] has joined #ruby
bweston92 has joined #ruby
ikopico has quit [Ping timeout: 260 seconds]
el_ocho[m] has joined #ruby
bokayio has quit [Ping timeout: 240 seconds]
bcavileer has joined #ruby
Papierkorb has quit [Ping timeout: 240 seconds]
arvindsaik has quit [Ping timeout: 240 seconds]
rfv has joined #ruby
roamingdog has quit [Remote host closed the connection]
Tony-St4rk has joined #ruby
roamingdog has joined #ruby
nyuszika7h has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
ndrst has joined #ruby
bokayio has joined #ruby
arvindsaik has joined #ruby
ikopico has joined #ruby
roamingdog has joined #ruby
ndrst is now known as Guest87237
roamingdog has quit [Remote host closed the connection]
Papierkorb has joined #ruby
roamingdog has joined #ruby
Nightmare has joined #ruby
g3funk has joined #ruby
roamingdog has quit [Remote host closed the connection]
jpinnix has joined #ruby
roamingdog has joined #ruby
qsx has joined #ruby
sparr has joined #ruby
roamingdog has quit [Remote host closed the connection]
SeepingN has joined #ruby
mim1k has quit [Ping timeout: 246 seconds]
bkxd has joined #ruby
blackmes1 has quit [Ping timeout: 240 seconds]
bmurt has joined #ruby
roamingdog has joined #ruby
mdw has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tens0r has joined #ruby
mdw has quit [Ping timeout: 240 seconds]
jusa has joined #ruby
jgt has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
pb122-two has joined #ruby
bkxd has quit [Ping timeout: 260 seconds]
pb122 has quit [Ping timeout: 240 seconds]
rgr has quit [Quit: rgr]
jusa has quit [Ping timeout: 268 seconds]
jgt has quit [Ping timeout: 260 seconds]
kobain has quit [Ping timeout: 246 seconds]
nullobject has joined #ruby
troys has joined #ruby
Burgestrand has joined #ruby
gix has quit [Ping timeout: 255 seconds]
rc48 has joined #ruby
gix has joined #ruby
rc48 has quit [Read error: Connection reset by peer]
danman has quit [Quit: danman]
gothicsouth has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
alveric2 has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
im0nde has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
alveric1 has quit [Ping timeout: 260 seconds]
roamingdog has quit [Remote host closed the connection]
kith has quit [Ping timeout: 240 seconds]
zacts has quit [Ping timeout: 246 seconds]