havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.5, 2.5.7, 2.7.0-preview1: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select Ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
AJA4351 has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
wildtrees has quit [Quit: Leaving]
AJA4350 has quit [Ping timeout: 276 seconds]
AJA4351 is now known as AJA4350
mossplix has joined #ruby
SzeregowyPosel has joined #ruby
fanta1 has quit [Quit: fanta1]
scott_ has joined #ruby
kri404 has joined #ruby
kri404 has quit [Remote host closed the connection]
schne1der has quit [Ping timeout: 240 seconds]
tdy has quit [Ping timeout: 240 seconds]
SzeregowyPosel has quit [Quit: Bye Bye]
scott__ has joined #ruby
<scott__> Hello
d^sh has quit [Ping timeout: 240 seconds]
cthulchu_ has joined #ruby
sgen has joined #ruby
go|dfish has quit [Ping timeout: 240 seconds]
d^sh has joined #ruby
dviola has joined #ruby
AJA4350 has quit [Remote host closed the connection]
<ewanchic> scott__: Heyyy, what's up?
<scott__> finnaly an actual person
<scott__> irc is confusing
<ewanchic> scott__: I can understand that. Yeah, Friday night, people are socializing and probably staying far away from their system as possible.
<scott__> Oh goddd its friday ive been loosing track of dayzzzzz
<ewanchic> scott__: what do you need help with on IRC?
<scott__> I didnt understand how to join channels
<scott__> still dont really
<ewanchic> "/join #'channel name'"
<ewanchic> "/join #ruby"
<ewanchic> "/list" will get you a list of available channels...and there are lost of them.
<ewanchic> and you can make your own channel is you want, and claim it. "/join #my-special-channel-name"
<Frankenstein> you can also "/msg alis help list" to see specific channels
<ewanchic> like with anything, it just takes time, practice, and persistence sprinkled with repetition.
<scott_> Thanks!
<scott_> Do you program ruby for your job?
<ewanchic> Yes I do.
<scott_> or just as a hobbie
<ewanchic> Nope, it's my job. Ruby on Rails
<scott_> Cool! what part of the world are you from
<ewanchic> USA
<scott_> same, Im taking the odin project course. im hoping to be a Ruby on rails dev in the future!
lucasb has quit [Quit: Connection closed for inactivity]
scott__ has quit [Quit: Leaving]
scott_ has quit [Quit: Leaving]
<ewanchic> That's cool! Good luck to you. I know Ruby & Rails have been my favorite. I'm jaded now. I really cannot stand any of the other languages/frameworks anymore.
<ewanchic> ...and he's gone.
d^sh has quit [Ping timeout: 240 seconds]
d^sh has joined #ruby
gix has quit [Ping timeout: 268 seconds]
arooni has quit [Ping timeout: 245 seconds]
arooni has joined #ruby
scott_ has joined #ruby
dviola has quit [Quit: WeeChat 2.6]
Azure|dc has joined #ruby
baweaver has quit [Excess Flood]
kent\n has quit [Remote host closed the connection]
orbyt_ has quit [Ping timeout: 240 seconds]
baweaver has joined #ruby
baweaver has quit [Changing host]
baweaver has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 246 seconds]
Emmanuel_Chanel has joined #ruby
kent\n has joined #ruby
Azure has quit [Ping timeout: 265 seconds]
apg has quit [Ping timeout: 268 seconds]
fphilipe has joined #ruby
bambanx has quit [Quit: Leaving]
fphilipe has quit [Ping timeout: 246 seconds]
cyclonis_ has joined #ruby
cyclonis has quit [Ping timeout: 245 seconds]
Technodrome has joined #ruby
dedRabbit has joined #ruby
dedRabbit has left #ruby [#ruby]
ewanchic has left #ruby [#ruby]
millerti has quit [Ping timeout: 276 seconds]
<sagax> hi all!
<sagax> how to check what module give method to class?
<baweaver> sagax: What have you searched?
<sagax> i search - who give method to some class
<baweaver> "give" is the wrong word here
<baweaver> what is it called when you create a method?
<baweaver> what keyword do you use?
<sagax> hm, moment
<baweaver> Show me a method that adds two numbers
<baweaver> what's that first word?
<baweaver> It's short for something.
sgen has quit [Quit: Leaving]
Fraeon has quit [Remote host closed the connection]
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<baweaver> Also asking the right questions helps
<baweaver> Modules don't really give methods
<baweaver> Methods are defined, so the question isn't who as much as "where" that happens to be
ur5us has joined #ruby
<al2o3-cr> sagax: take a look at Method#owner if i understand correctly.
tpanarch1st has joined #ruby
nnm has quit [Ping timeout: 240 seconds]
tpanarch1st has quit [Quit: Thanks for your help, nice to see you, take care.]
Swyper has quit [Remote host closed the connection]
<sagax> the class was an extended method. how to understand who added the method to the class?
mossplix has quit [Ping timeout: 265 seconds]
defn has joined #ruby
xGrind has quit [Quit: Saindo]
kyrylo has joined #ruby
Swyper has joined #ruby
defn has quit [Remote host closed the connection]
scott_ has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
jeremycw has joined #ruby
tdy has joined #ruby
jeremycw has quit [Ping timeout: 250 seconds]
_whitelogger has joined #ruby
cyclonis_ has quit [Ping timeout: 250 seconds]
ohjn__ has joined #ruby
ohjn__ has quit [Quit: Time to sleeeeep]
ur5us_ has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
<sagax> baweaver:
<sagax> al2o3-cr:
<baweaver> sagax: al2o3-cr gave you a really large hint, see where you can get from there
<sagax> thanks
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Esa_ has quit []
ur5us has joined #ruby
ur5us_ has quit [Read error: Connection reset by peer]
kyrylo has joined #ruby
ropeney has quit [Read error: Connection reset by peer]
<sagax> hm, it's work
ropeney has joined #ruby
<sagax> showing, but not all
kyrylo has quit [Ping timeout: 240 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
<sagax> .owner and .source_location - great
Swyper has quit [Remote host closed the connection]
<sagax> .inspect - not bad
tdy has quit [Quit: WeeChat 1.9.1]
akemhp has quit [Ping timeout: 240 seconds]
tdy has joined #ruby
_whitelogger has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
go|dfish has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
ogres has quit [Quit: Connection closed for inactivity]
cd has quit [Quit: cd]
jeremycw has joined #ruby
Technodrome has quit [Quit: Textual IRC Client: www.textualapp.com]
jeremycw has quit [Ping timeout: 240 seconds]
go|dfish has quit [Ping timeout: 276 seconds]
fphilipe has joined #ruby
go|dfish has joined #ruby
fphilipe has quit [Ping timeout: 264 seconds]
fphilipe has joined #ruby
dviola has joined #ruby
tdy has quit [Ping timeout: 265 seconds]
fphilipe has quit [Ping timeout: 246 seconds]
go|dfish has quit [Ping timeout: 268 seconds]
mossplix has joined #ruby
rippa has joined #ruby
sagax has quit [Read error: Connection reset by peer]
Technodrome has joined #ruby
mossplix has quit [Remote host closed the connection]
bitwinery has quit [Quit: Leaving]
mossplix has joined #ruby
akemhp has joined #ruby
sagax has joined #ruby
tdy has joined #ruby
mossplix has quit [Remote host closed the connection]
mossplix has joined #ruby
blackmesa1 has joined #ruby
blackmesa1 has quit [Ping timeout: 276 seconds]
dionysus69 has joined #ruby
blackmesa1 has joined #ruby
SCHAPiE has quit [Quit: ZNC - https://znc.in]
ur5us has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
fanta1 has joined #ruby
SCHAPiE has joined #ruby
fphilipe has joined #ruby
dretnx has joined #ruby
fphilipe has quit [Ping timeout: 246 seconds]
fanta1 has quit [Quit: fanta1]
blackmesa1 has quit [Ping timeout: 264 seconds]
blackmesa1 has joined #ruby
edwardly has quit [Read error: Connection reset by peer]
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
fphilipe has joined #ruby
fanta1 has joined #ruby
blackmesa has joined #ruby
blackmesa1 has quit [Ping timeout: 276 seconds]
cyclonis has quit [Quit: -a- Connection Timed Out]
queip_ has joined #ruby
queip has quit [Ping timeout: 240 seconds]
queip_ is now known as queip
cyclonis has joined #ruby
go|dfish has joined #ruby
fanta1 has quit [Quit: fanta1]
dionysus69 has quit [Quit: dionysus69]
dionysus69 has joined #ruby
mossplix has quit [Remote host closed the connection]
cyclonis has quit [Ping timeout: 265 seconds]
no_gravity has joined #ruby
<no_gravity> Good Morning
cyclonis_ has joined #ruby
meinside has quit [Quit: Connection closed for inactivity]
ur5us has joined #ruby
<al2o3-cr> morning o/
<no_gravity> Yo al2o3-cr
blackmesa has quit [Quit: WeeChat 2.6]
<no_gravity> I like to rename function and variable names to shorter versions. xyzRequest() -> xyzCall(); xyzSettings -> xyzConf;
<al2o3-cr> no_gravity: and what's the problem?
<no_gravity> al2o3-cr: Problem?
<al2o3-cr> no_gravity: are you stuck at renaming them
<no_gravity> al2o3-cr: No, why?
<al2o3-cr> oh, it was a statement, sorry, thought you was asking a question ;)
mossplix has joined #ruby
<no_gravity> Yeah, a statement.
mossplix has quit [Ping timeout: 265 seconds]
dviola has quit [Quit: WeeChat 2.6]
ur5us has quit [Remote host closed the connection]
blackmesa has joined #ruby
mossplix has joined #ruby
schne1der has joined #ruby
go|dfish has quit [Ping timeout: 240 seconds]
fphilipe has quit [Ping timeout: 240 seconds]
Fusl has quit [Max SendQ exceeded]
cyclonis has joined #ruby
Fusl has joined #ruby
cyclonis_ has quit [Ping timeout: 250 seconds]
tsujp has joined #ruby
gix has joined #ruby
mossplix has quit [Remote host closed the connection]
snickers has joined #ruby
no_gravity has quit [Quit: leaving]
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
akemhp has quit [Ping timeout: 276 seconds]
sameerynho has joined #ruby
tsujp has quit [Quit: Textual IRC Client: www.textualapp.com]
blackmesa has quit [Ping timeout: 276 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
schne1der has quit [Ping timeout: 265 seconds]
Nicmavr has joined #ruby
snickers has quit [Quit: Textual IRC Client: www.textualapp.com]
Fernando-Basso has joined #ruby
blackmesa has joined #ruby
haivron has joined #ruby
ur5us has joined #ruby
ur5us has quit [Read error: Connection reset by peer]
mossplix has joined #ruby
ur5us has joined #ruby
akemhp has joined #ruby
SzeregowyPosel has joined #ruby
dionysus69 has quit [Ping timeout: 265 seconds]
mossplix has quit [Ping timeout: 268 seconds]
SzeregowyPosel is now known as ZdrowiePanaGener
fphilipe has joined #ruby
tsujp has joined #ruby
mossplix has joined #ruby
hays_ has quit [Ping timeout: 250 seconds]
Emmanuel_Chanel has quit [Ping timeout: 276 seconds]
mossplix has quit [Remote host closed the connection]
mossplix has joined #ruby
ZdrowiePanaGener is now known as MinisterSrodowis
tdy1 has joined #ruby
MinisterSrodowis is now known as MinSrodowiska
blackmesa has quit [Ping timeout: 276 seconds]
mossplix has quit [Ping timeout: 276 seconds]
tdy has quit [Ping timeout: 276 seconds]
cyclonis has quit [Ping timeout: 240 seconds]
cyclonis_ has joined #ruby
go|dfish has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
suukim has joined #ruby
dasher00 has joined #ruby
mossplix has joined #ruby
fphilipe has quit [Read error: Connection reset by peer]
Swyper has joined #ruby
_phaul has joined #ruby
phaul has quit [Ping timeout: 276 seconds]
_phaul is now known as phaul
akemhp_ has joined #ruby
akemhp has quit [Ping timeout: 268 seconds]
_phaul has joined #ruby
akem__ has joined #ruby
akem__ has quit [Client Quit]
akemhp has joined #ruby
Emmanuel_Chanel has joined #ruby
phaul has quit [Ping timeout: 265 seconds]
reaVer_ has quit [Read error: No route to host]
akemhp_ has quit [Ping timeout: 268 seconds]
reaVer has joined #ruby
tdy1 has quit [Ping timeout: 240 seconds]
phaul has joined #ruby
phaul_ has joined #ruby
_phaul has quit [Ping timeout: 240 seconds]
AJA4350 has joined #ruby
phaul has quit [Ping timeout: 240 seconds]
Swyper has quit [Remote host closed the connection]
Swyper_ has joined #ruby
cyclonis has joined #ruby
cyclonis_ has quit [Ping timeout: 240 seconds]
Swyper_ has quit [Ping timeout: 265 seconds]
go|dfish has quit [Ping timeout: 250 seconds]
queip_ has joined #ruby
queip has quit [Ping timeout: 240 seconds]
queip_ is now known as queip
deathwishdave has joined #ruby
d^sh has quit [Ping timeout: 250 seconds]
Swyper has joined #ruby
d^sh has joined #ruby
mossplix has quit [Remote host closed the connection]
mossplix has joined #ruby
dionysus69 has joined #ruby
mossplix has quit [Read error: Connection reset by peer]
mossplix has joined #ruby
d^sh has quit [Ping timeout: 276 seconds]
lucasb has joined #ruby
cyclonis_ has joined #ruby
cyclonis has quit [Ping timeout: 265 seconds]
Fernando-Basso has quit [Remote host closed the connection]
AJA4350 has quit [Ping timeout: 240 seconds]
AJA4350 has joined #ruby
ur5us has quit []
scott_ has joined #ruby
scott_ has quit [Client Quit]
phaul_ is now known as phaul
mossplix has quit [Remote host closed the connection]
d^sh has joined #ruby
cyclonis has joined #ruby
ur5us has joined #ruby
cyclonis_ has quit [Ping timeout: 245 seconds]
_whitelogger has joined #ruby
cyclonis_ has joined #ruby
cyclonis has quit [Ping timeout: 265 seconds]
chalkmonster has joined #ruby
d^sh has quit [Ping timeout: 240 seconds]
d^sh has joined #ruby
jacksoow has quit [Ping timeout: 276 seconds]
MinSrodowiska has quit [Quit: Bye Bye]
mossplix has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Benett has quit [Ping timeout: 265 seconds]
apg has joined #ruby
d^sh has quit [Ping timeout: 250 seconds]
akemhp_ has joined #ruby
Swyper has quit [Remote host closed the connection]
akemhp has quit [Ping timeout: 268 seconds]
ur5us has quit [Remote host closed the connection]
d^sh_ has joined #ruby
Swyper has joined #ruby
Fusl has quit [Excess Flood]
Fusl has joined #ruby
d^sh_ has quit [Ping timeout: 276 seconds]
d^sh has joined #ruby
d^sh has quit [Ping timeout: 276 seconds]
MinSrodowiska has joined #ruby
mossplix has quit [Remote host closed the connection]
mossplix has joined #ruby
ogres has joined #ruby
go|dfish has joined #ruby
rwb has joined #ruby
go|dfish has quit [Ping timeout: 268 seconds]
aeikenberry has joined #ruby
ellcs has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
ellcs has quit [Ping timeout: 245 seconds]
mossplix has quit [Remote host closed the connection]
brendan- has quit [Ping timeout: 250 seconds]
brendan- has joined #ruby
jacksoow has joined #ruby
mossplix has joined #ruby
haivron has quit [Quit: haivron]
reaVer has quit [Remote host closed the connection]
blackmesa has joined #ruby
reaVer has joined #ruby
_axx has quit [Quit: The Lounge - https://thelounge.chat]
_axx has joined #ruby
cyclonis_ has quit [Ping timeout: 276 seconds]
cyclonis has joined #ruby
ellcs has joined #ruby
MinSrodowiska has quit [Quit: Bye Bye]
cyclonis_ has joined #ruby
cyclonis has quit [Ping timeout: 276 seconds]
d^sh has joined #ruby
Fernando-Basso has joined #ruby
go|dfish has joined #ruby
d^sh has quit [Ping timeout: 268 seconds]
_axx has quit [Quit: The Lounge - https://thelounge.chat]
_axx has joined #ruby
blackmesa has quit [Ping timeout: 245 seconds]
d^sh has joined #ruby
cyclonis_ has quit [Read error: Connection reset by peer]
jacksoow_ has joined #ruby
jacksoow has quit [Ping timeout: 240 seconds]
go|dfish has quit [Ping timeout: 240 seconds]
cyclonis_ has joined #ruby
cyclonis_ has quit [Ping timeout: 240 seconds]
cyclonis has joined #ruby
d^sh has quit [Ping timeout: 265 seconds]
ellcs has quit [Ping timeout: 240 seconds]
d^sh has joined #ruby
suukim has quit [Quit: Konversation terminated!]
d^sh has quit [Ping timeout: 240 seconds]
akemhp has joined #ruby
dretnx has quit [Ping timeout: 268 seconds]
akemhp_ has quit [Ping timeout: 240 seconds]
dionysus69 has quit [Ping timeout: 240 seconds]
dionysus70 has joined #ruby
jacksoow_ has quit [Ping timeout: 240 seconds]
dionysus70 is now known as dionysus69
jacksoow has joined #ruby
Esa_ has joined #ruby
blackmesa has joined #ruby
dinfuehr has quit [Ping timeout: 268 seconds]
dinfuehr has joined #ruby
fphilipe has joined #ruby
dionysus69 has quit [Ping timeout: 268 seconds]
akemhp has quit [Ping timeout: 265 seconds]
fphilipe_ has joined #ruby
conta has joined #ruby
mossplix has quit [Remote host closed the connection]
fphilipe has quit [Ping timeout: 246 seconds]
fphilipe_ has quit [Read error: Connection timed out]
fphilipe_ has joined #ruby
akemhp has joined #ruby
mossplix has joined #ruby
blackmesa has quit [Ping timeout: 245 seconds]
manakanapa has quit [Quit: The Lounge - https://thelounge.chat]
manakanapa has joined #ruby
wildtrees has joined #ruby
blackmesa has joined #ruby
wildtrees has quit [Max SendQ exceeded]
wildtrees has joined #ruby
dionysus69 has joined #ruby
jrafanie has joined #ruby
Inline__ has joined #ruby
Inline__ has quit [Read error: Connection reset by peer]
Inline__ has joined #ruby
Inline__ has quit [Read error: Connection reset by peer]
Inline__ has joined #ruby
Inline has quit [Ping timeout: 264 seconds]
brool has joined #ruby
schne1der has joined #ruby
<havenwood> But it's Ruby, so no headlessCamels.
fphilipe_ has quit [Ping timeout: 265 seconds]
Inline__ has quit [Quit: Leaving]
blackmesa has quit [Ping timeout: 264 seconds]
mossplix has quit [Remote host closed the connection]
Inline has joined #ruby
Intelo has joined #ruby
d^sh has joined #ruby
brool has quit [Ping timeout: 276 seconds]
AJA4350 has quit [Ping timeout: 240 seconds]
Swyper has quit [Remote host closed the connection]
snickers has joined #ruby
Swyper has joined #ruby
d^sh has quit [Ping timeout: 276 seconds]
fphilipe_ has joined #ruby
d^sh has joined #ruby
Swyper has quit [Remote host closed the connection]
ellcs has joined #ruby
ellcs has quit [Ping timeout: 264 seconds]
troulouliou_div2 has joined #ruby
RiriSec has joined #ruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Jonopoly has joined #ruby
<RiriSec> o/
<RiriSec> I have a little problem
<RiriSec> I'm making simple CLI calculator, and it's not working
<RiriSec> this is source code
<RiriSec> what's the problem?
mossplix has joined #ruby
troulouliou_div2 has quit [Ping timeout: 240 seconds]
troulouliou_div2 has joined #ruby
<al2o3-cr> RiriSec: you're comparing integer with string
<RiriSec> ??
Swyper has joined #ruby
<al2o3-cr> RiriSec: change x = gets.chomp to gets.chomp.to_i
<al2o3-cr> well, all gets.chomp.to_i
<al2o3-cr> RiriSec: change all your gets.chomp to gets.chomp.to_i
<RiriSec> ok
<RiriSec> it works now
Esa_ has quit [Ping timeout: 268 seconds]
<RiriSec> Thanks!!
<al2o3-cr> RiriSec: yw ;)
<RiriSec> ^-^
conta has quit [Quit: conta]
aeikenberry has quit [Quit: Be back later ...]
aeikenberry has joined #ruby
<RiriSec> How can i remove ZeroDivisionError?
aeikenberry has quit [Read error: Connection reset by peer]
leitz has joined #ruby
<phaul> you are checking if the numerator is == 0. you should be checking the denominator
tdy1 has joined #ruby
<RiriSec> ah, right
<RiriSec> thanks
<phaul> yw
<RiriSec> ;p
akemhp has quit [Ping timeout: 268 seconds]
fphilipe_ has quit [Ping timeout: 265 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
akemhp has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
jacksoow has quit [Read error: Connection reset by peer]
jacksoow has joined #ruby
absolutejam2 has joined #ruby
cd has joined #ruby
jacksoow has quit [Read error: Connection reset by peer]
fphilipe_ has joined #ruby
jacksoow has joined #ruby
xGrind has joined #ruby
jacksoow has quit [Read error: No route to host]
jacksoow has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
fphilipe_ has quit [Ping timeout: 240 seconds]
jacksoow has quit [Read error: No route to host]
AJA4350 has joined #ruby
jacksoow has joined #ruby
poontangmessiah has joined #ruby
dionysus69 has quit [Ping timeout: 265 seconds]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 265 seconds]
AJA4351 is now known as AJA4350
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
jacksoow_ has joined #ruby
jacksoow has quit [Ping timeout: 245 seconds]
jacksoow has joined #ruby
AJA4351 has joined #ruby
jacksoow_ has quit [Ping timeout: 250 seconds]
AJA4350 has quit [Ping timeout: 250 seconds]
AJA4351 is now known as AJA4350
mossplix has quit [Remote host closed the connection]
^Ag3nt has joined #ruby
fphilipe_ has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 240 seconds]
AJA4351 is now known as AJA4350
AgentCyber has joined #ruby
AgentCyber has quit [Client Quit]
^Ag3nt has quit [Ping timeout: 268 seconds]
teardown has quit [Quit: leaving]
teardown has joined #ruby
Swyper has quit [Remote host closed the connection]
chalkmonster has quit [Quit: WeeChat 2.6]
tdy1 has quit [Ping timeout: 265 seconds]
MinSrodowiska has joined #ruby
teardown has quit [Client Quit]
teardown has joined #ruby
chalkmonster has joined #ruby
jacksoow has quit [Ping timeout: 268 seconds]
chalkmonster has quit [Client Quit]
bambanx has joined #ruby
jacksoow has joined #ruby
blackmesa has joined #ruby
tdy1 has joined #ruby
absolutejam2 has quit [Ping timeout: 240 seconds]
Giorgio has joined #ruby
ogres has quit [Quit: Connection closed for inactivity]
fphilipe_ has quit [Ping timeout: 240 seconds]
absolutejam2 has joined #ruby
troulouliou_div2 has quit [Read error: Connection reset by peer]
absolutejam2 has quit [Ping timeout: 240 seconds]
ellcs has joined #ruby
Giorgio has quit [Quit: Leaving]
Giorgio has joined #ruby
orbyt_ has joined #ruby
troulouliou_div2 has joined #ruby
RiriSec is now known as Gynvael
Gynvael is now known as RiriSec
leitz has quit [Quit: Leaving]
dbugger has joined #ruby
fphilipe_ has joined #ruby
bitwinery has joined #ruby
dbugger has quit [Client Quit]
Giorgio has quit [Remote host closed the connection]
apg has quit [Quit: Til we meet again, my friends]
schne1der has quit [Ping timeout: 245 seconds]
jcalla has quit [Ping timeout: 264 seconds]
hiroaki_ has quit [Remote host closed the connection]
hiroaki has joined #ruby
poontangmessiah has quit [Remote host closed the connection]
nickjj has left #ruby ["Leaving"]
ELLIOTTCABLE is now known as ellinimino
hiroaki has quit [Ping timeout: 268 seconds]
nowhere_man has joined #ruby
fphilipe_ has quit [Ping timeout: 240 seconds]
jcalla has joined #ruby
Fernando-Basso has quit [Quit: Leaving]
greengriminal has joined #ruby
AJA4351 has joined #ruby
teardown has quit [Quit: leaving]
AJA4350 has quit [Ping timeout: 276 seconds]
AJA4351 is now known as AJA4350
RiriSec has quit [Ping timeout: 240 seconds]
MinSrodowiska has quit [Quit: Bye Bye]
greengriminal has quit [Quit: This computer has gone to sleep]
dedRabbit has joined #ruby
dedRabbit has left #ruby [#ruby]
<al2o3-cr> &Faker.beer
<rubydoc> parser error at position 0 around `F'
<al2o3-cr> & Faker.beer
<rubydoc> parser error at position 0 around ` '
<al2o3-cr> & Faker::Beer
<rubydoc> parser error at position 0 around ` '
<phaul> &fake Faker.beer
<rubydoc> No suitable faker found. The list is at https://github.com/stympy/faker with the restriction that I need Classname.methodname.
<phaul> even I can't use this :(
<al2o3-cr> ;)
<phaul> &fake Beer.brand
<rubydoc> Coors lite
<al2o3-cr> &fake Beer.brand
<rubydoc> Delirium
<al2o3-cr> ah, nice :)
<al2o3-cr> &fake Beer.brand
<rubydoc> Becks
<al2o3-cr> no good
<al2o3-cr> need something stonger than becks, pfff...
ellinimino is now known as ELLIOTTCABLE
lucasb has quit [Quit: Connection closed for inactivity]
fphilipe_ has joined #ruby
blackmesa has quit [Ping timeout: 245 seconds]
<al2o3-cr> &fake Beer.alcohol
<rubydoc> 4.4%
blackmesa has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blackmesa has quit [Ping timeout: 250 seconds]
xGrind has quit [Quit: Saindo]
duckpupp- has quit [Quit: ZNC 1.7.5-rc1 - https://znc.in]
fphilipe_ has quit [Ping timeout: 276 seconds]
duckpuppy has joined #ruby
Jonopoly has quit [Quit: WeeChat 2.5]
snickers has quit [Remote host closed the connection]
grvgr has quit [Quit: Connection closed for inactivity]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 268 seconds]
AJA4351 is now known as AJA4350
ellcs has quit [Ping timeout: 264 seconds]
troulouliou_div2 has quit [Read error: Connection reset by peer]
wildtrees has quit [Quit: Leaving]
tdy1 has quit [Ping timeout: 276 seconds]
edwardly has quit [Read error: Connection reset by peer]
fphilipe_ has joined #ruby
edwardly has joined #ruby
edwardly has joined #ruby
edwardly has quit [Changing host]
orbyt_ has joined #ruby
tau has joined #ruby