ollysmith has quit [Quit: ZNC 1.8.2+deb2+b5 - https://znc.in]
foxxx0 has joined #ruby
ollysmith has joined #ruby
oxfuxxx has quit [Ping timeout: 260 seconds]
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
libsys has quit [Ping timeout: 268 seconds]
giorgian has joined #ruby
giorgian has quit [Ping timeout: 252 seconds]
markong has joined #ruby
Successus has joined #ruby
perrierjouet has quit [Quit: WeeChat 3.6]
perrierjouet has joined #ruby
John_Ivan has joined #ruby
giorgian has joined #ruby
protektwar has quit [Ping timeout: 248 seconds]
giorgian has quit [Ping timeout: 268 seconds]
_ht has quit [Quit: _ht]
_ht has joined #ruby
fercell has joined #ruby
oxfuxxx has joined #ruby
fercell has quit [Ping timeout: 252 seconds]
oxfuxxx has quit [Ping timeout: 268 seconds]
marahin has quit [Changing host]
marahin has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 244 seconds]
Sankalp- has joined #ruby
Sankalp has quit [Ping timeout: 244 seconds]
Sankalp- is now known as Sankalp
reset has joined #ruby
oxfuxxx has joined #ruby
oxfuxxx has quit [Read error: Connection reset by peer]
protektwar has joined #ruby
protektwar has joined #ruby
petgoat has quit [Ping timeout: 268 seconds]
eddof13 has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oxfuxxx has joined #ruby
oxfuxxx has quit [Ping timeout: 252 seconds]
giorgian has joined #ruby
jpn has joined #ruby
giorgian has quit [Ping timeout: 268 seconds]
Vonter has quit [Quit: WeeChat 3.6]
perrierjouet has quit [Ping timeout: 244 seconds]
Vonter has joined #ruby
markong has quit [Ping timeout: 268 seconds]
oxfuxxx has joined #ruby
r3m has quit [Quit: WeeChat 3.7-dev]
r3m has joined #ruby
oxfuxxx has quit [Ping timeout: 260 seconds]
protektwar has quit [Ping timeout: 248 seconds]
siomn has joined #ruby
siomn has quit [Remote host closed the connection]
perrierjouet has joined #ruby
giorgian has joined #ruby
giorgian has quit [Ping timeout: 252 seconds]
nirvdrum has joined #ruby
Linux_Kerio has quit [Ping timeout: 268 seconds]
Xeago_ has joined #ruby
Xeago has quit [Ping timeout: 268 seconds]
Xeago_ is now known as Xeago
giorgian has joined #ruby
nirvdrum has quit [Quit: nirvdrum]
oxfuxxx has joined #ruby
libsys has joined #ruby
_ht has quit [Remote host closed the connection]
jpn has quit [Ping timeout: 268 seconds]
cocalero has joined #ruby
Al2O3 has quit [Ping timeout: 244 seconds]
jpn has joined #ruby
<joto>
hello, apparantly I need to pass a hash in the newest Ruby version to a method
<joto>
so I tried transforming this: transmit(command: "saved", item_id: item.id) into this: transmit({command => "saved", item_id => item.id}) but it seems that it is no valid syntax. Is it even possible to transform it into a valid hash?
Al2O3 has joined #ruby
jpn has quit [Ping timeout: 252 seconds]
jpn has joined #ruby
fercell has joined #ruby
jpn has quit [Ping timeout: 252 seconds]
jpn has joined #ruby
fercell has quit [Ping timeout: 252 seconds]
giorgian has quit [Ping timeout: 260 seconds]
oxfuxxx has quit [Ping timeout: 252 seconds]
henninb has joined #ruby
jpn has quit [Ping timeout: 268 seconds]
oxfuxxx has joined #ruby
giorgian has joined #ruby
markong has joined #ruby
nirvdrum has joined #ruby
<weaksauc_>
joto do it with {command: "saved" ...} instead of {command => "saved ...}
<legit>
joto: doesn't command need to be a symbol?