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
Cohedrin has quit [Read error: Connection reset by peer]
olivi____ has joined #ruby
milardovich has joined #ruby
Cohedrin has joined #ruby
minimalism has joined #ruby
minimalism has quit [Client Quit]
minimalism has joined #ruby
milardovich has quit [Ping timeout: 240 seconds]
olivi____ has quit [Ping timeout: 255 seconds]
olivi____ has joined #ruby
mjora7 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
bronson has quit [Ping timeout: 240 seconds]
mjora7 has joined #ruby
iloveitaly has quit [Ping timeout: 240 seconds]
Guest96 has quit [Remote host closed the connection]
Guest96 has joined #ruby
rodrigovlds has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
olivi____ has joined #ruby
milardovich has joined #ruby
gnufied has joined #ruby
cam27 has joined #ruby
cam27 has left #ruby [#ruby]
milardovich has quit [Ping timeout: 260 seconds]
soloscshaw has joined #ruby
bronson has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
soloscshaw has quit [Ping timeout: 268 seconds]
gnufied has quit [Ping timeout: 258 seconds]
mooser has joined #ruby
robert_reilly has quit [Quit: Head hit keyboard ZZZzzzZZZzzzz]
vondruch has quit [Client Quit]
vondruch has joined #ruby
olivi____ has quit [Ping timeout: 255 seconds]
olivi____ has joined #ruby
mooser has quit [Ping timeout: 240 seconds]
Trynemjoel has quit [Ping timeout: 264 seconds]
Kug3lis has quit [Ping timeout: 252 seconds]
<DeeJayh> what's the norm for variables? I know at the end of the day preference is key, but I see some places using underscore_spacing and others use camelCase
<baweaver> In Ruby, underscore typically
<baweaver> In Javascript, camelCase.
dlitvak has quit [Quit: Connection closed for inactivity]
Kug3lis has joined #ruby
Trynemjoel has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
mjora7 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
jameser has joined #ruby
hndk has quit [Quit: Leaving]
<havenwood> DeeJayh: snake_case for local_variables, methods, @instance_variables, etc, SCREAMING_SNAKE_CASE for CONSTANTS, CamelCase for Objects, Modules and Classes.
<havenwood> DeeJayh: Never ever headlessCamelCase, as it is an abomination.
<havenwood> CamelsWithHeads only.
bronson has quit [Ping timeout: 260 seconds]
<elomatreb> I propose iNVERTEDcAMELcASE
t-recx has joined #ruby
Rubonnek has joined #ruby
vondruch has quit [Quit: vondruch]
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has joined #ruby
<Rubonnek> Is there a way to convert a string into an array to replace the object? I need something similar to array.replace, but I'm having trouble finding what I need.
<apeiros> Rubonnek: no
jameser has quit [Ping timeout: 240 seconds]
<apeiros> ruby is strongly typed. objects can't change their type.
<apeiros> you have to reassign if you want a different type
<Rubonnek> How can, then, change an underlying object that's a string?
marxarelli|afk is now known as marxarelli
<havenwood> Rubonnek: Give an example of what you have and what you want?
<apeiros> as said, you can't
<apeiros> you can create an array from a string
<apeiros> but you can't change a string into an array
<elomatreb> If you want to process a string character by character and get a string back, you usually split it into an array, map it, and glue it back together with join
<apeiros> >> x = "hi,there,people"; x = x.split(","); x
<ruby[bot]> apeiros: # => ["hi", "there", "people"] (https://eval.in/780917)
Trynemjoel has quit [Ping timeout: 245 seconds]
<Rubonnek> havenwood: Thanks, I just figured it out with what apeiros mentioned, but specifically I'm using the Xcodeproj gem, and the same method sometimes returns an array, or sometimes just a string.
<apeiros> oh, lovely
<Rubonnek> I was doing something like x = the.getter_method.here, and then x = [value1,value2]
<Rubonnek> I just tried using the.getter_method.here = [value1, value2] and it worked
<Rubonnek> apeiros: Thanks!
Trynemjoel has joined #ruby
patr0clu1 has joined #ruby
vondruch has quit [Quit: vondruch]
nowhereman has quit [Remote host closed the connection]
vondruch has joined #ruby
nowhereman has joined #ruby
oliv_____ has joined #ruby
patr0clus has quit [Ping timeout: 252 seconds]
oliv_____ has quit [Ping timeout: 240 seconds]
DLSteve has quit [Ping timeout: 260 seconds]
cfec0b8d has quit [Ping timeout: 260 seconds]
houhoulis has quit [Remote host closed the connection]
cyphase has quit [Ping timeout: 252 seconds]
DLSteve has joined #ruby
cyphase has joined #ruby
olivi____ has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
soloscshaw has joined #ruby
Trynemjoel has quit [Ping timeout: 264 seconds]
marxarelli is now known as marxarelli|afk
vondruch has quit [Quit: vondruch]
Robtop__ is now known as pwnd_nsfw
vondruch has joined #ruby
Trynemjoel has joined #ruby
gizmore has joined #ruby
soloscshaw has quit [Ping timeout: 260 seconds]
vondruch has quit [Client Quit]
Lucky_ABA has quit [Read error: Connection reset by peer]
vondruch has joined #ruby
Trynemjoel has quit [Ping timeout: 264 seconds]
gizmore|2 has quit [Ping timeout: 258 seconds]
Trynemjoel has joined #ruby
grymok has joined #ruby
olivi____ has quit [Ping timeout: 258 seconds]
patr0clu1 has quit [Quit: WeeChat 1.4]
charliesome has joined #ruby
Kug3lis has quit [Ping timeout: 240 seconds]
olivi____ has joined #ruby
blackmesa has quit [Ping timeout: 258 seconds]
hutch34 has joined #ruby
bronson has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
Kug3lis has joined #ruby
olivi____ has quit [Ping timeout: 260 seconds]
grymok has quit [Ping timeout: 260 seconds]
libastral has quit [Ping timeout: 240 seconds]
libastral has joined #ruby
Rubonnek has quit [Quit: leaving]
mjora7 has joined #ruby
jameser has joined #ruby
oliv_____ has joined #ruby
itsautomatisch has joined #ruby
ResidentBiscuit has joined #ruby
genpaku has quit [Remote host closed the connection]
KnownSyntax has quit [Remote host closed the connection]
genpaku has joined #ruby
ResidentBiscuit has quit [Remote host closed the connection]
oliv_____ has quit [Ping timeout: 268 seconds]
KnownSyntax has joined #ruby
KnownSyntax has joined #ruby
KnownSyntax has quit [Changing host]
mjora7 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
olivi____ has joined #ruby
soloscshaw has joined #ruby
shinnya has joined #ruby
olivi____ has quit [Ping timeout: 260 seconds]
soloscshaw has quit [Ping timeout: 255 seconds]
astrobunny has joined #ruby
astrobunny has quit [Remote host closed the connection]
astrobunny has joined #ruby
Guest56443 has quit [Ping timeout: 245 seconds]
astrobunny has quit [Ping timeout: 258 seconds]
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
minimalism has quit [Quit: minimalism]
minimalism has joined #ruby
vondruch has quit [Quit: vondruch]
pickle_ has joined #ruby
vondruch has joined #ruby
agent_white has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vondruch has quit [Client Quit]
vondruch has joined #ruby
oliv_____ has joined #ruby
t-recx has quit [Quit: t-recx]
Testerneedhelp has joined #ruby
<Testerneedhelp> hello
<Testerneedhelp> anyone available to help me out real quick
<Testerneedhelp> i am getting this error on a simple ruby script and cant see why
<Testerneedhelp> syntax error, unexpected end-of-input, expecting keyword_end
<ineb> you forgot an end statement somewhere
<Testerneedhelp> yea
<Testerneedhelp> hm
<ruby[bot]> Testerneedhelp: we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/fc859ee262cf17b05f63f85ec2866692
<ruby[bot]> Testerneedhelp: pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
<Testerneedhelp> this is the code
<Testerneedhelp> ah cool
<Testerneedhelp> thanks bot :D
oliv_____ has quit [Ping timeout: 240 seconds]
<Testerneedhelp> oh wait
<Testerneedhelp> do you need to end if statements?
<Testerneedhelp> thats what it is..
vondruch has quit [Quit: vondruch]
<Testerneedhelp> hm no
<Testerneedhelp> adding another end produces similar results
<apeiros> Testerneedhelp: elsif
<apeiros> not else if
vondruch has joined #ruby
<Testerneedhelp> ah shit lol
<Testerneedhelp> lemme try that
<apeiros> also for future reference, please add the error (as a separate file in the same gist preferably)
olivi____ has joined #ruby
<ineb> and then end in line 20
<ineb> or line 21
<Testerneedhelp> after the for loop, right?
<Testerneedhelp> im using notepad to write this lol
<Testerneedhelp> thank you man
<Testerneedhelp> i appreciate it
<ineb> you may use an editor with indent
<Testerneedhelp> i downloaded jetbrain's rubymine
<Testerneedhelp> but i just started all this today and it's some simple work for class, so i didnt feel like setting up the interpreter for rubymine
<Testerneedhelp> it seems very nice tho
<Testerneedhelp> phpstorm is fantastic
<apeiros> I think you have an off-by-one error in your code too
<apeiros> for i in 1...numbers.length do
vondruch has quit [Client Quit]
<apeiros> will never iterate over index 0
<Testerneedhelp> length -1
<Testerneedhelp> ?
<Testerneedhelp> yea
<Testerneedhelp> im getting a new error here
PorcoRex has joined #ruby
<apeiros> idiomatic version:
<Testerneedhelp> something about gets interrupt
<PorcoRex> Hey Ruby.
vondruch has joined #ruby
<apeiros> positives, negatives = numbers.partition { |v| v > 0 }
<Testerneedhelp> that one is over my head
<ineb> Testerneedhelp: press return after entering a value
<Testerneedhelp> ive never used partition
<Testerneedhelp> like type out "return"?
<Testerneedhelp> i was having al ot of trouble with this
<Testerneedhelp> i couldnt get the input stream to terminate
<Testerneedhelp> so far only ctrl+c works reliably
<Testerneedhelp> im using the cli thing from rubyinstaller.org
<ineb> no, if you bail out, your program exit like in your paste
<ineb> but it stops there
<ineb> its not an error.
hndk has joined #ruby
<ineb> you send an interrupt and the program stops
<Testerneedhelp> ahh oh shit
<Testerneedhelp> so that's the ctrl+c?
<Testerneedhelp> i was asking in non-ruby dev discords about this
<apeiros> ctrl-d
<Testerneedhelp> ok
<Testerneedhelp> one sec
<apeiros> ctrl-c is sighup, which terminates the app
<apeiros> ctrl-d is end-of-input
<Testerneedhelp> ok
<Testerneedhelp> im doing ctrl-d
<Testerneedhelp> and it just types out ^D
<Testerneedhelp> and if I enter that it allows for more input
<apeiros> are you on windows? o0
<Testerneedhelp> yes
<Testerneedhelp> im a student
<apeiros> oh well
<ineb> aww
<Testerneedhelp> yea
<apeiros> good luck :-p
<Testerneedhelp> haha i shouldve known
<Testerneedhelp> a unix guy told me to use ctrl+d
<Testerneedhelp> well it's odd, ctrl+z seemed to work
<apeiros> no idea about windows, so can't help
<ineb> dont know about it either. if nothing helps, you can use an if statement to check for some arbitrary exit value
<Testerneedhelp> i tried doing that and having them type "end"
olivi____ has quit [Ping timeout: 255 seconds]
<PorcoRex> Are you trying to trap a signal? (not sure if trapping works in Windows?)
charliesome has joined #ruby
<ineb> nah you convert gets to int already in gets.to_i
<ineb> "end".to_i is 0
<Testerneedhelp> true, good point
<Testerneedhelp> 0 is useless in this example but the example asks for any 0 input not to be sorted to either array
<Testerneedhelp> hm hm hm
<Testerneedhelp> it's odd how ctrl+z seemed to work but only certain times
<Testerneedhelp> what's funny to me is that my book didnt cover this at all
<Testerneedhelp> their example was literally a loop that just goes forever
<Testerneedhelp> ???
<ineb> like apeiros said, ctrl+d is end-of-input
Trynemjoel has quit [Ping timeout: 264 seconds]
<Testerneedhelp> yes but on unix only correct?
<ineb> looks like it.
<Testerneedhelp> ye, it does nothing for me. win 10 here
<ineb> dont know :<
<Testerneedhelp> so. If I was to make it that a certain input terminates the stream
<Testerneedhelp> i supposed itd have to be numeric here
<Testerneedhelp> do i need to use "threads"? never used them.
<Testerneedhelp> i found this and the response says threads are necessary
<PorcoRex> Testerneedhelp, what are you trying to do? (sorry, came late to the party).
olivi____ has joined #ruby
<ineb> Testerneedhelp: no, break statement will get you out of a while
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
joneshf-laptop has quit [Remote host closed the connection]
<ineb> oh wait, the answer is right. you have to use a thread
<Testerneedhelp> just this simple little assignment
<Testerneedhelp> @porcorex
<Testerneedhelp> i gotta take a variable size list of numbers
<Testerneedhelp> and seperate them from positive and negative into new arrays
<Testerneedhelp> ignoring 0's
Trynemjoel has joined #ruby
<Testerneedhelp> this is basically what i've got
<Testerneedhelp> having trouble with ending the input stream atm
olivi____ has quit [Ping timeout: 240 seconds]
<PorcoRex> Ok, but what about the iterrupt signals you were discussing?
<PorcoRex> Ah, ok.
olivi____ has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
<Testerneedhelp> porco
<Testerneedhelp> im pretty sure that came from me using ctrl+c to try to end the stream
<Testerneedhelp> i dont know what the error means, this is the first time ive ever worked with ruby
<PorcoRex> Streams are usually ended by EOF, if I'm not mistaken'
<PorcoRex> ?*
<ineb> Testerneedhelp: https://paste.xinu.at/frXqu0/ruby this programs exit if you enter cyaa
<ineb> should return on windows by entering cyaa and press return
<Testerneedhelp> ohh sweet
<Testerneedhelp> that is much simpler
<Testerneedhelp> yes lemme test this out
<PorcoRex> That's convenient. :)
jenrzzz has joined #ruby
<Testerneedhelp> ok so
<Testerneedhelp> more questions
<PorcoRex> In any case, I think CTRL+D is the correct way to end a stream (not EOF), unless I'm missing something: https://en.wikipedia.org/wiki/End-of-Transmission_character
<Testerneedhelp> why did they make it while( input = gets.chomp)
<Testerneedhelp> im on windows that's the caveat LOL
<Testerneedhelp> i had mine as gets.to_i
<Testerneedhelp> but that seems redudntant, i changed the to_i to be at where they assign the numbers to positive or negative
vondruch has quit [Remote host closed the connection]
vondruch has joined #ruby
<ineb> gets is a method that lets the user enter a line
<PorcoRex> Testerneedhelp, you should be careful with to_i, because it will convert any string into a number. I.e. "asd".to_i #=> 0
<Testerneedhelp> yea
<Testerneedhelp> im aware of both those things
<ineb> the result is a string that looks like "cyaa\n"
<PorcoRex> You may want to use Integer(string) instead.
<ineb> calling chomp on that string removes the \n
<Testerneedhelp> why would the input need the newline char chopped off?
Trynemjoel has quit [Ping timeout: 245 seconds]
<Testerneedhelp> well
<ineb> and calling to_i on a string returns an int
<Testerneedhelp> with edits based on the github you linked me, it runs, but it seems to be chopping off the first input
<Testerneedhelp> yea ineb but that's fine, the inputs are all supposed to be integers for this example anyways
<ineb> not for you
<ineb> since you need some special exit value
<ineb> could be a number though
<Testerneedhelp> ah ye, well, that's what I meant about moving the to_i
<Testerneedhelp> hold on
enterprisey has joined #ruby
<Testerneedhelp> lemme show you what I have now
jenrzzz has quit [Ping timeout: 268 seconds]
<Testerneedhelp> Right so, this is what I have now. I entered as inputs: 1, 2 ,3 , 0 , - 1, -2, -3 then cyaa
<Testerneedhelp> it seemed to work well and did not add 'cyaa' to the arrays of positives and negs
<Testerneedhelp> however the output did not have the 1
<Testerneedhelp> which is odd
<Testerneedhelp> hm yes something isnt working here still
TreyG has quit [Ping timeout: 260 seconds]
<Testerneedhelp> now i tried -2, 1, 2, 3, 0 , -3, -1
<Testerneedhelp> then cyaa
<PorcoRex> Is this class you're taking about Ruby or programming in general? Because that certainly doesn't look like mainstream Ruby code.
<Testerneedhelp> and it didnt sort -1 or -2
soloscshaw has joined #ruby
<Testerneedhelp> it's called "server-side scripting"
<Testerneedhelp> glosses over a bunch of stuff, it had us using AJAX instead of jquery or something like that lol
vondruch has quit [Quit: vondruch]
<PorcoRex> Ok. Let's see...
vondruch has joined #ruby
<Testerneedhelp> this is literally my first day working with ruby haha
<ineb> you are now experiencing the error that apeiros spotted a while ago
<ineb> regarding the first value gets lost
<Testerneedhelp> it's not just the first apparently
<PorcoRex> First you may want to lose the "index" variable and instead do: numbers << numer, or numbers.push(number).
<Testerneedhelp> the second time i tried a list of inputs it cut off two of them and it was sort of arbitrary
<Testerneedhelp> ah ok
<Testerneedhelp> lemme try that
<PorcoRex> But that may not solve your problem though, let's see.
<ineb> your first and last value are ignored
<Testerneedhelp> yea
<Testerneedhelp> youre right, it wasnt arbitary
<Testerneedhelp> it was first and last
<ineb> its not abritrar
<Testerneedhelp> ye
<PorcoRex> So then, you have a range defined like 1...(n - 1).
<Testerneedhelp> same deal
<Testerneedhelp> so
<Testerneedhelp> the range needs to be
<Testerneedhelp> 0 to length?
<Testerneedhelp> lol
<Testerneedhelp> this may be a very dumb mistake
<PorcoRex> This will actually be equal to the range (1..(n - 2).
shinnya has quit [Ping timeout: 240 seconds]
<Testerneedhelp> ye
<PorcoRex> )*
<Testerneedhelp> hahah yea
<Testerneedhelp> the for loop needed to run from 0 to length of array
<Testerneedhelp> im used to always -1 the length
<Testerneedhelp> thanks brother, the whole thing works now
<Testerneedhelp> just need to make a better exit code than "cyaa" and I'm all gravy
<Testerneedhelp> appreciate the help everybody
vondruch has quit [Client Quit]
soloscshaw has quit [Ping timeout: 268 seconds]
<PorcoRex> Sure. There's a lot to work on it though, in case you want to refactor.
<Testerneedhelp> What do you mean by that?
vondruch has joined #ruby
<PorcoRex> while and for is practically not used on mainstream Ruby code.
<Testerneedhelp> ah ye, I noticed that
<Testerneedhelp> the while loop is taken right outta the book i have
<ineb> nothing wrong with while
TreyG has joined #ruby
<Testerneedhelp> so
<Testerneedhelp> is the ruby equivalent for one of these 'until' loops?
<totimkopf> Testerneedhelp: yes
<ineb> yes
olivi____ has quit [Ping timeout: 260 seconds]
<Testerneedhelp> true true
<Testerneedhelp> well
<Testerneedhelp> regardless all my stuff works for the night :D
<Testerneedhelp> thanks again everybody
<Testerneedhelp> as much of a bitch as developing can be, it's nice that we can all help eachother like this
<Testerneedhelp> streamlines the whole process A LOT
<PorcoRex> Have a good one.
gix has quit [Ping timeout: 268 seconds]
pilne has quit [Quit: Quitting!]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
hutch34 has joined #ruby
oliv_____ has joined #ruby
Trynemjoel has joined #ruby
pickle_ has quit [Read error: Connection reset by peer]
TreyG has quit [Ping timeout: 260 seconds]
<nofxxx> Testerneedhelp, just 'loop do' but what's the case?
<nofxxx> loop and while trues are kinda last resort in ruby
milardovich has joined #ruby
gix has joined #ruby
hutch34 has quit [Ping timeout: 252 seconds]
HoierM has quit [Ping timeout: 240 seconds]
oliv_____ has quit [Ping timeout: 260 seconds]
milardovich has quit [Ping timeout: 252 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
olivi____ has joined #ruby
Guest96 has quit [Remote host closed the connection]
Guest96 has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
mjora7 has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
pickle_ has joined #ruby
itsautomatisch has quit [Ping timeout: 260 seconds]
pickle_ has quit [Remote host closed the connection]
pickle_ has joined #ruby
soloscshaw has joined #ruby
olivi____ has quit [Ping timeout: 260 seconds]
soloscshaw has quit [Ping timeout: 260 seconds]
vondruch has quit [Quit: vondruch]
Channel6 has joined #ruby
vondruch has joined #ruby
jameser has quit [Quit: Textual IRC Client: www.textualapp.com]
vondruch has quit [Client Quit]
vondruch has joined #ruby
enterprisey has quit [Ping timeout: 260 seconds]
jameser has joined #ruby
<Testerneedhelp> sorry been afk
<Testerneedhelp> @nofxxx it was a simple thing, broke a list of number into two seperate arrays
TreyG has joined #ruby
<Testerneedhelp> ill keep that in mind next time i work with this stuff
millerti has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
TreyG has quit [Ping timeout: 240 seconds]
Puffball has quit [Read error: Connection reset by peer]
olivi____ has joined #ruby
petruff has quit [Quit: WeeChat 1.7]
hndk has quit [Ping timeout: 252 seconds]
enterprisey has joined #ruby
olivi____ has quit [Ping timeout: 255 seconds]
oliv_____ has joined #ruby
alamar has quit [Ping timeout: 245 seconds]
harfangk has joined #ruby
Testerneedhelp has quit [Quit: Page closed]
shinnya has joined #ruby
_whitelogger has joined #ruby
nobodyzxc has joined #ruby
jenrzzz has joined #ruby
j has joined #ruby
j is now known as Guest60485
jenrzzz has quit [Ping timeout: 240 seconds]
soloscshaw has joined #ruby
pickle_ has quit [Remote host closed the connection]
pickle_ has joined #ruby
bloosi has joined #ruby
pickle_ has quit [Remote host closed the connection]
olivi____ has joined #ruby
soloscshaw has quit [Ping timeout: 240 seconds]
pickle_ has joined #ruby
pickle_ has quit [Remote host closed the connection]
Guest30 has joined #ruby
Guest30 is now known as xmbsee
stupidsenpai has joined #ruby
<xmbsee> hello all!
<xmbsee> how is everyone's morning going?
pickle_ has joined #ruby
<PorcoRex> Kind of quiet.
bloosi has quit [Remote host closed the connection]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
<xmbsee> for sure, whats the most exciting feature of 3 (that is known), that you're most excited about?
<PorcoRex> Haven't been following it closely enough. I think string literals are frozen by default?
olivi____ has quit [Ping timeout: 255 seconds]
<xmbsee> they are, but do you think that the guilds are going to be the "lets-go" factor for the language?
vondruch has quit [Client Quit]
<PorcoRex> What are the guilds?
vondruch has joined #ruby
<xmbsee> an improvement to the threading model: http://olivierlacan.com/posts/concurrency-in-ruby-3-with-guilds/
hutch34 has joined #ruby
shinnya has quit [Ping timeout: 240 seconds]
<PorcoRex> Interesting...
vondruch has quit [Client Quit]
vondruch has joined #ruby
sniffer has joined #ruby
hutch34 has quit [Ping timeout: 268 seconds]
pickle_ has quit [Ping timeout: 260 seconds]
jgnagy has quit []
pickle_ has joined #ruby
oliv_____ has joined #ruby
milardovich has joined #ruby
<DeeJayh> is there an include needed for https://ruby-doc.org/stdlib-1.9.3/libdoc/securerandom/rdoc/SecureRandom.html and is there a way to tell what that is for the future
<DeeJayh> error is uninitialized constant SecureRandom
herbmillerjr has quit [Quit: Konversation terminated!]
vondruch has quit [Quit: vondruch]
xmbsee has quit [Ping timeout: 240 seconds]
mjora7 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
sniffer has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
vondruch has joined #ruby
sniffer has joined #ruby
ozcanesen has joined #ruby
<PorcoRex> DeeJayh, require "securerandom"
mjora7 has joined #ruby
milardovich has quit [Ping timeout: 240 seconds]
Channel6 has quit [Quit: Leaving]
vondruch has quit [Client Quit]
vondruch has joined #ruby
pickle_ has quit [Remote host closed the connection]
oliv_____ has quit [Ping timeout: 240 seconds]
vondruch has quit [Client Quit]
vondruch has joined #ruby
nofxxxx has joined #ruby
nofxxx has quit [Ping timeout: 260 seconds]
catbusters has quit [Quit: Connection closed for inactivity]
oliv_____ has joined #ruby
benholley has joined #ruby
herbmillerjr has joined #ruby
tohuw has quit [Quit: ...]
tohuw has joined #ruby
tohuw has quit [Changing host]
tohuw has joined #ruby
PorcoRex has quit [Quit: Leaving]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
oliv_____ has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
sneakerhax has joined #ruby
djbkd has quit [Remote host closed the connection]
imightbestupid12 has joined #ruby
vondruch has quit [Client Quit]
olivi____ has joined #ruby
vondruch has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 268 seconds]
soloscshaw has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
olivi____ has joined #ruby
soulisson has joined #ruby
<soulisson> Hi, I have a question about terminology. For a dictionary, a key is associate to a value?
soloscshaw has quit [Ping timeout: 260 seconds]
KnownSyntax has quit [Ping timeout: 260 seconds]
KnownSyntax has joined #ruby
ResidentBiscuit has joined #ruby
djbkd has joined #ruby
ResidentBiscuit has quit [Ping timeout: 260 seconds]
djbkd has quit [Client Quit]
nhhc has joined #ruby
Guest96 has quit [Remote host closed the connection]
Guest96 has joined #ruby
vondruch has quit [Quit: vondruch]
djbkd has joined #ruby
vondruch has joined #ruby
<baweaver> soulisson: Ruby doesn't have dictionaries, it has hashes.
<baweaver> but a key points to a value
ozcanesen has quit [Quit: Textual IRC Client: www.textualapp.com]
olivi____ has quit [Ping timeout: 260 seconds]
vondruch has quit [Client Quit]
vondruch has joined #ruby
<soulisson> baweaver, ok, so in english it's more correct to say, the value associated to the key?
<baweaver> {a: 1, b: 1}
<baweaver> same value, different key
<baweaver> so the value 1 is associated to both a and b, which is confusing.
<baweaver> a key is unique
<baweaver> Though really I think this veers into slightly pedantic territory.
Qchmqs has joined #ruby
vondruch has quit [Client Quit]
<soulisson> baweaver, ok, thanks very much. I often a hard times expressing my thoughts :)
vondruch has joined #ruby
fschuindt has quit [Ping timeout: 260 seconds]
vondruch has quit [Client Quit]
vondruch has joined #ruby
soulisson has quit [Quit: Ex-Chat]
anekos has quit [Remote host closed the connection]
Ishido has joined #ruby
charliesome has joined #ruby
olivi____ has joined #ruby
bloosi has joined #ruby
cfec0b8d has joined #ruby
antgel has joined #ruby
SteenJobs has joined #ruby
olivi____ has quit [Ping timeout: 258 seconds]
olivi____ has joined #ruby
jenrzzz has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
Cohedrin has joined #ruby
jenrzzz has quit [Ping timeout: 255 seconds]
soloscshaw has joined #ruby
Ishido has quit [Ping timeout: 240 seconds]
oliv_____ has joined #ruby
ski4x7 has joined #ruby
ski7777 has quit [Read error: Connection reset by peer]
enterprisey has quit [Remote host closed the connection]
soloscshaw has quit [Ping timeout: 240 seconds]
oliv_____ has quit [Ping timeout: 240 seconds]
pickle_ has joined #ruby
oliv_____ has joined #ruby
ski4x7 is now known as ski7777
pickle_ has quit [Remote host closed the connection]
jonjits[m] has quit [Ping timeout: 240 seconds]
velu_aon[m] has quit [Ping timeout: 240 seconds]
shtirlic has quit [Ping timeout: 246 seconds]
BackEndCoder has quit [Ping timeout: 260 seconds]
velu_aon[m] has joined #ruby
jonjits[m] has joined #ruby
buzz0763 has quit [Ping timeout: 260 seconds]
kent\n has quit [Ping timeout: 260 seconds]
pickle_ has joined #ruby
shtirlic has joined #ruby
Soulcutter has quit [Ping timeout: 260 seconds]
G has quit [Ping timeout: 260 seconds]
hutch34 has joined #ruby
KevinMGranger has quit [Ping timeout: 240 seconds]
KevinMGranger has joined #ruby
jusa has joined #ruby
Ishido has joined #ruby
mjora7 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
CloCkWeRX has joined #ruby
mjora7 has joined #ruby
kent\n has joined #ruby
BackEndCoder has joined #ruby
G has joined #ruby
hutch34 has quit [Ping timeout: 268 seconds]
pickle_ has quit [Read error: Connection reset by peer]
pickle_ has joined #ruby
oliv_____ has quit [Ping timeout: 240 seconds]
lxsameer has joined #ruby
_main_ has joined #ruby
_main_ has quit [Read error: Connection reset by peer]
_main_ has joined #ruby
__main__ has quit [Read error: Connection reset by peer]
oliv_____ has joined #ruby
SteenJobs has quit [Quit: SteenJobs]
Soulcutter has joined #ruby
_main_ is now known as __main__
govg has quit [Ping timeout: 240 seconds]
oliv_____ has quit [Ping timeout: 240 seconds]
oliv_____ has joined #ruby
shinnya has joined #ruby
CloCkWeRX has quit [Quit: Leaving.]
oliv_____ has quit [Ping timeout: 240 seconds]
bloosi has quit [Quit: Leaving]
toretore has joined #ruby
olivi____ has joined #ruby
gigetoo has quit [Ping timeout: 255 seconds]
olivi____ has quit [Ping timeout: 240 seconds]
olivi____ has joined #ruby
conta has joined #ruby
gigetoo has joined #ruby
conta has quit [Client Quit]
armyriad has quit [Ping timeout: 258 seconds]
armyriad has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
blackmesa has joined #ruby
unshadow has joined #ruby
soloscshaw has joined #ruby
galla has joined #ruby
galla has left #ruby [#ruby]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Guest96 has quit [Remote host closed the connection]
Qommand0r has quit [Quit: WeeChat 1.7]
Qommand0r has joined #ruby
soloscshaw has quit [Ping timeout: 240 seconds]
Guest96 has joined #ruby
soloscshaw has joined #ruby
oliv_____ has joined #ruby
Guest96 has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]
Guest96 has joined #ruby
Guest96 has quit [Remote host closed the connection]
Guest96 has joined #ruby
bigkevmcd has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oliv_____ has quit [Ping timeout: 260 seconds]
dhollin3 has joined #ruby
segmond has quit [Quit: l8r]
rgr has joined #ruby
dhollinger has quit [Ping timeout: 258 seconds]
oliv_____ has joined #ruby
milardovich has joined #ruby
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rippa has joined #ruby
milardovich has quit [Ping timeout: 258 seconds]
postmodern has quit [Quit: Leaving]
oliv_____ has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ruby
Sammichmaker has joined #ruby
TreyG has joined #ruby
biberu has joined #ruby
Cohedrin has joined #ruby
charliesome has joined #ruby
sepp2k has joined #ruby
pickle_ has quit [Remote host closed the connection]
deeznao has joined #ruby
jameser has quit [Ping timeout: 258 seconds]
deeznao has left #ruby ["Leaving"]
minimalism has quit [Quit: minimalism]
milardovich has joined #ruby
maxirater has joined #ruby
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
olivi____ has joined #ruby
milardovich has quit [Ping timeout: 260 seconds]
djbkd has joined #ruby
hutch34 has joined #ruby
Antiarc has quit [Quit: No Ping reply in 180 seconds.]
djbkd has quit [Ping timeout: 260 seconds]
<DeeJayh> winning_number = SecureRandom.random_number(0..36).to_s digest = OpenSSL::Digest.new('sha256') secret_key = SecureRandom.urlsafe_base64(nil, false) hash = OpenSSL::HMAC.hexdigest(digest, secret_key, winning_number)
<DeeJayh> rip, I'm going to pastebin that
Antiarc has joined #ruby
<ruby[bot]> DeeJayh: we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/d9cc734b9ed527b60347a27f7465998b
<ruby[bot]> DeeJayh: pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
<DeeJayh> oh, ok then, didnt know that was a thing. cool.
<DeeJayh> so, I am taking my winning number, and a randomly generated key, and getting a hash from that. what I'm having issues with is being able to take that back the other way, to be able to prove that the hash and key do in fact match the winning number
xall has joined #ruby
hutch34 has quit [Ping timeout: 260 seconds]
<DeeJayh> Nevermind, I'm a simple fool some times lol
olivi____ has quit [Ping timeout: 260 seconds]
olivi____ has joined #ruby
yeticry has quit [Ping timeout: 252 seconds]
rhyselsmore has joined #ruby
yeticry has joined #ruby
xall has quit [Ping timeout: 260 seconds]
rhyselsmore has quit [Client Quit]
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
olivi____ has quit [Ping timeout: 260 seconds]
mjora7 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
olivi____ has joined #ruby
bkxd has joined #ruby
cfec0b8d has quit [Ping timeout: 258 seconds]
olivi____ has quit [Ping timeout: 240 seconds]
sepp2k has quit [Quit: Leaving.]
milardovich has joined #ruby
sepp2k has joined #ruby
<unshadow> It seems to not be in the docs, does anyone knows how to get the Fingerprint of an SSL Certificate ? (No the serial)
olivi____ has joined #ruby
sepp2k has quit [Client Quit]
sepp2k has joined #ruby
milardovich has quit [Ping timeout: 260 seconds]
olivi____ has quit [Ping timeout: 240 seconds]
olivi____ has joined #ruby
jenrzzz has joined #ruby
nhhc has quit [Ping timeout: 255 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
nhhc has joined #ruby
olivi____ has quit [Ping timeout: 260 seconds]
olivi____ has joined #ruby
hndk has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
Guest96 has quit [Remote host closed the connection]
olivi____ has quit [Ping timeout: 240 seconds]
Guest96 has joined #ruby
maxirater has quit [Quit: Leaving]
rgtk has joined #ruby
olivi____ has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
lxsameer has quit [Ping timeout: 258 seconds]
olivi____ has quit [Ping timeout: 240 seconds]
olivi____ has joined #ruby
electrostat has quit [Quit: uwotm8]
Antiarc has quit [Quit: No Ping reply in 180 seconds.]
bkxd has joined #ruby
imightbestupid12 has quit [Quit: Mutter: www.mutterirc.com]
stupidsenpai has quit [Quit: Mutter: www.mutterirc.com]
rgtk has quit [Ping timeout: 260 seconds]
olivi____ has quit [Ping timeout: 260 seconds]
Antiarc has joined #ruby
ivil has joined #ruby
<ivil> i am also a hue-man. no suspicion to be had here.
rgtk has joined #ruby
ledestin has joined #ruby
ikoma has joined #ruby
electrostat has joined #ruby
xall has joined #ruby
jenrzzz has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
pppktz has joined #ruby
olivi____ has joined #ruby
jenrzzz has quit [Ping timeout: 268 seconds]
SteenJobs has joined #ruby
SteenJobs has quit [Client Quit]
Guest96 has quit [Remote host closed the connection]
kith has joined #ruby
Guest96 has joined #ruby
xall has quit [Ping timeout: 268 seconds]
millerti has joined #ruby
olivi____ has quit [Ping timeout: 260 seconds]
SteenJobs has joined #ruby
olivi____ has joined #ruby
aglorei has quit [Remote host closed the connection]
charliesome has joined #ruby
aglorei has joined #ruby
djbkd has joined #ruby
bkxd has quit [Ping timeout: 260 seconds]
mikecmpbll has quit [Read error: Connection reset by peer]
rodrigovlds_ has joined #ruby
ahrs has quit [Remote host closed the connection]
bkxd has joined #ruby
hutch34 has joined #ruby
ahrs has joined #ruby
djbkd has quit [Ping timeout: 260 seconds]
ikoma has quit [Quit: ikoma]
cam27 has joined #ruby
Guest96 has quit [Remote host closed the connection]
hutch34 has quit [Ping timeout: 240 seconds]
rodrigovlds_ has quit [Quit: Colloquy for iPhone - http://colloquy.mobi]
bkxd has quit [Remote host closed the connection]
bkxd has joined #ruby
Guest96 has joined #ruby
olivi____ has quit [Ping timeout: 260 seconds]
nowhereman has quit [Ping timeout: 255 seconds]
stupidsenpai has joined #ruby
imightbestupid12 has joined #ruby
gizmore has quit [Remote host closed the connection]
stupidsenpai has quit [Client Quit]
imightbestupid12 has quit [Client Quit]
nowhereman has joined #ruby
olivi____ has joined #ruby
moei has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
nowhereman has quit [Ping timeout: 258 seconds]
ayonkhan has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
MrBusiness has quit [Ping timeout: 260 seconds]
bkxd has joined #ruby
robert_reilly has joined #ruby
ferr has joined #ruby
ayonkhan has quit [Quit: Textual IRC Client: www.textualapp.com]
Lartza has left #ruby ["Leaving"]
robert_reilly has quit [Client Quit]
MrBusiness has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
hinbody_ has joined #ruby
HoierM has joined #ruby
hinbody_ has quit [Client Quit]
hinbody_ has joined #ruby
hinbody has quit [Disconnected by services]
hinbody_ has quit [Client Quit]
hinbody has joined #ruby
oliv_____ has joined #ruby
cam27 has quit [Quit: cam27]
stupidsenpai has joined #ruby
imightbestupid12 has joined #ruby
kurajber has joined #ruby
oliv_____ has quit [Ping timeout: 240 seconds]
oleo has joined #ruby
oleo is now known as Guest94210
pilne has joined #ruby
Guest94210 has quit [Changing host]
Guest94210 has joined #ruby
Guest94210 is now known as oleo
oleo has quit [Remote host closed the connection]
oleo has joined #ruby
oleo is now known as Guest42648
Kug3lis has joined #ruby
Guest42648 has quit [Changing host]
Guest42648 has joined #ruby
herbmillerjr has quit [Quit: Konversation terminated!]
Guest42648 is now known as oleo
oliv_____ has joined #ruby
bkxd has quit [Ping timeout: 240 seconds]
lxsameer has joined #ruby
ryan_notabot has quit [Read error: Connection reset by peer]
ryan_notabot has joined #ruby
herbmillerjr has joined #ruby
ncthom91 has joined #ruby
Kug3lis has quit [Ping timeout: 260 seconds]
soloscshaw has quit [Ping timeout: 268 seconds]
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kug3lis has joined #ruby
tomphp has joined #ruby
oliv_____ has quit [Ping timeout: 258 seconds]
tomphp has quit [Client Quit]
mikecmpbll has joined #ruby
cam27 has joined #ruby
bkxd has joined #ruby
GodFather_ has joined #ruby
ncthom91 has quit [Quit: Textual IRC Client: www.textualapp.com]
olivi____ has joined #ruby
stupidsenpai has quit [Quit: Mutter: www.mutterirc.com]
imightbestupid12 has quit [Quit: Mutter: www.mutterirc.com]
newrubycoder has joined #ruby
kurajber has quit [Ping timeout: 268 seconds]
govg has joined #ruby
gr33n7007h has joined #ruby
geroz has joined #ruby
bkxd has quit [Ping timeout: 260 seconds]
olivi____ has quit [Ping timeout: 260 seconds]
olivi____ has joined #ruby
foxxx0 has quit [Quit: WeeChat 1.7]
geroz has quit [Quit: WeeChat 1.7.1]
foxxx0 has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
jameser has joined #ruby
<newrubycoder> does anyone know how i can be recursive based on array size, like if array.length is 10 i wanna be recursive 10 times?
<newrubycoder> here is my sort code but it only does it 1 time
griff has joined #ruby
oliv_____ has joined #ruby
griff has quit [Client Quit]
<nobodyzxc> it seems like you wanna do bubble sort recursively
<newrubycoder> yeah
<nobodyzxc> it need O(n^2)
djbkd has joined #ruby
oliv_____ has quit [Ping timeout: 240 seconds]
<newrubycoder> what? im not very mathematical yet sorry
pufflin has joined #ruby
<nobodyzxc> it has done 10 times if its length is 10
<nobodyzxc> but you need do more in bubble sort
<newrubycoder> i mean 10 times 10 times
<nobodyzxc> oh sorry
<newrubycoder> here is my code using loops isntead of recursion
hutch34 has joined #ruby
mim1k has joined #ruby
<newrubycoder> except that last line
djbkd has quit [Ping timeout: 260 seconds]
ivil has left #ruby ["ick!"]
xenops has quit [Quit: Textual IRC Client: www.textualapp.com]
Kug3lis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cam27 has quit [Quit: cam27]
<nobodyzxc> you may need another recursive function
soloscshaw has joined #ruby
SteenJobs has quit [Quit: SteenJobs]
jusa has quit [Ping timeout: 258 seconds]
griff has joined #ruby
SteenJobs has joined #ruby
hutch34 has quit [Ping timeout: 268 seconds]
mim1k has quit [Ping timeout: 255 seconds]
pufflin has left #ruby [#ruby]
mim1k has joined #ruby
soloscshaw has quit [Ping timeout: 245 seconds]
griff has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
harfangk has quit [Quit: Textual IRC Client: www.textualapp.com]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marlinc has joined #ruby
<marlinc> Can somebody help me debug an issue in Redmine? I know this is not the Redmine channel but I'm running into a problem with the API. I checked the source code to see what its doing but I don't really understand it as its Ruby. Maybe someone here would have a clue to what could be going on
kent\n has quit [Quit: No Ping reply in 180 seconds.]
<marlinc> I read that to_i is used to convert a string into integer which I don't think should work as its getting an array?
houhoulis has joined #ruby
<Papierkorb> marlinc: try passing that: "role_ids": [0, 8]
<Papierkorb> marlinc: you're passing a Hash, not an Array
kent\n has joined #ruby
<marlinc> Papierkorb, not sure, I'm a PHP develop, in PHP that's an array. I tried using [0, 8] as JSON but then it simply crashes like this NoMethodError (undefined method `to_i' for ["0", "0"]:Array):
<Papierkorb> marlinc: Force php to generate a proper JSON array, and not a JSON object
<marlinc> Papierkorb, well, it is. This is what's being sent {"membership":{"custom_fields":[],"user_id":167,"role_ids":[8]}}
<Papierkorb> The rails app receives this: Parameters: {"membership"=>{"user_id"=>"167", "role_ids"=>{"0"=>"8"}}, "project_id"=>"project-identifier"}
kurajber has joined #ruby
<Papierkorb> `"role_ids"=>{"0"=>"8"}` <- that is a JSON object, not an array
<marlinc> Yea looks like it, I though that was strange as well, not sure what could cause that to happen
toretore has quit [Ping timeout: 260 seconds]
<Papierkorb> marlinc: it is client-side, i.e., in your php script. You can verify what it actually sends over the wire using Wireshark or the like - If you're not encrypting the communication to redmine of course
<marlinc> Papierkorb, its encrypted, but thanks for verifying that its probably not Redmine. I'll try and see what the API client is actually doing
olivi____ has joined #ruby
<Papierkorb> marlinc: Then output the serialized json string for verification, not that you start chasing a ghost ;)
hutch34 has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
<marlinc> Papierkorb, well, it wasn't being sent as JSON at all. It was simply sent as a form-urlencoded string
<marlinc> Now its working, thank you for checking
sepp2k has quit [Quit: Leaving.]
<newrubycoder> nobodyzxc ty!!!
toretore has joined #ruby
olivi____ has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
unshadow has quit [Quit: leaving]
olivi____ has quit [Ping timeout: 258 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
olivi____ has joined #ruby
xall has joined #ruby
Blaze_Boy has joined #ruby
c0mrade has joined #ruby
<c0mrade> Gain access to my home server with a stardard user and show me watchu go :) ssh -p 9999 anonymous@www.instagramika.com password is: 123 DISCLAIMER: Illegal activities are forbidden on the server. I am not held responsible for any acts as such
<newrubycoder> is this spam or what? xD
<c0mrade> Nope.
<c0mrade> Why would it be?
<newrubycoder> not sure if you're a rubyist or not, kinda looked like advertising your own server over this one
ryan_notabot has quit [Read error: Connection reset by peer]
ryan_notabot has joined #ruby
<c0mrade> It's a server I got home, not an enterprise class one.
<c0mrade> Not offering any services, asking people to root and compromise it, sort of like a challenge.
<newrubycoder> ah ok
itsautomatisch has joined #ruby
ryan_notabot has quit [Client Quit]
millerti has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
olivi____ has quit [Ping timeout: 240 seconds]
MacMeep has joined #ruby
rippa has joined #ruby
Blaze_Boy has quit [Quit: Blaze_Boy]
Blaze_Boy has joined #ruby
Blaze_Boy has quit [Client Quit]
Blaze_Boy has joined #ruby
meshsmith has joined #ruby
oliv_____ has joined #ruby
SteenJobs has quit [Quit: SteenJobs]
soloscshaw has joined #ruby
SteenJobs has joined #ruby
SteenJobs has quit [Client Quit]
soloscshaw has quit [Ping timeout: 255 seconds]
fschuindt has joined #ruby
oliv_____ has quit [Ping timeout: 240 seconds]
MacMeep has quit [Quit: MacMeep]
jamesaxl has quit [Read error: Connection reset by peer]
j2k has joined #ruby
jamesaxl has joined #ruby
shinnya has quit [Ping timeout: 240 seconds]
oliv_____ has joined #ruby
minimalism has joined #ruby
ayonkhan has joined #ruby
Qchmqs has quit [Ping timeout: 268 seconds]
oliv_____ has quit [Ping timeout: 260 seconds]
sepp2k has joined #ruby
<newrubycoder> nobodyzxc: i tried making it without another method, but i got stack overflow if i had too many elements lol
j2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Blaze_Boy has quit [Quit: Blaze_Boy]
meshsmith has quit [Remote host closed the connection]
psychicist__ has joined #ruby
jenrzzz has joined #ruby
Guest96 has quit [Remote host closed the connection]
Guest96 has joined #ruby
jusa has joined #ruby
[dmp] has quit [Quit: WeeChat 1.3]
jenrzzz has quit [Ping timeout: 255 seconds]
rgtk has quit [Ping timeout: 240 seconds]
oliv_____ has joined #ruby
[dmp] has joined #ruby
<nobodyzxc> newrubycoder: you may need tail recursion , but i don't know if ruby support it...(opt)
<newrubycoder> well your code worked on a lot of elements
<newrubycoder> i had to do arr.length*arr.length, but if i used like 100 elements it overflowed
xenops has joined #ruby
oliv_____ has quit [Ping timeout: 240 seconds]
Mon_Ouie has quit [Ping timeout: 260 seconds]
olivi____ has joined #ruby
binaryplease has joined #ruby
electrostat has quit [Quit: uwotm8]
electrostat has joined #ruby
vuoto has joined #ruby
<Papierkorb> nobodyzxc: ruby can do TCO, but it's not on by default. and it's no easy task to turn it on either ;)
djbkd has joined #ruby
steffes has joined #ruby
biberu has quit []
steffes has quit [Client Quit]
djbkd has quit [Ping timeout: 240 seconds]
arquebus has joined #ruby
Guest96 has quit [Remote host closed the connection]
Guest96 has joined #ruby
soloscshaw has joined #ruby
mim1k has quit [Ping timeout: 255 seconds]
Guest30 has joined #ruby
soloscshaw has quit [Ping timeout: 268 seconds]
kristofferR has quit [Quit: Textual IRC Client: www.textualapp.com]
blackmesa has joined #ruby
Guest30 has quit [Quit: Textual IRC Client: www.textualapp.com]
KnownSyntax has quit [Ping timeout: 260 seconds]
SteenJobs has joined #ruby
KnownSyntax has joined #ruby
KnownSyntax has joined #ruby
KnownSyntax has quit [Changing host]
yeticry_ has joined #ruby
houhoulis has quit [Remote host closed the connection]
olivi____ has quit [Ping timeout: 260 seconds]
yeticry has quit [Ping timeout: 260 seconds]
olivi____ has joined #ruby
<nobodyzxc> Papierkorb: got it , thx!
mim1k has joined #ruby
arquebus has quit [Quit: konversation disconnects]
Channel6 has joined #ruby
xall has quit [Ping timeout: 240 seconds]
mooser has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
mim1k has quit [Ping timeout: 260 seconds]
olivi____ has joined #ruby
cerulean has joined #ruby
<cerulean> can anyone help me fix this?
<cerulean> i really want git-deploy
<cerulean> but im stumped
<cerulean> diffie hellman p= what
hutch34 has quit [Ping timeout: 240 seconds]
<fschuindt> Folks, I am building a gem. I've set Redis as a dependency in .gemspec but my Configuration class is getting "uninitialized constant FirebaseIdToken::Configuration::Redis". Any tip? Source: https://github.com/fschuindt/firebase_id_token/blob/master/lib/firebase_id_token/configuration.rb
vuoto has quit [Remote host closed the connection]
mostlybadfly has quit [Quit: Connection closed for inactivity]
jrafanie has joined #ruby
SteenJobs has quit [Quit: SteenJobs]
ferr has quit [Quit: WeeChat 1.7]
nobodyzxc has quit [Quit: leaving]
<ineb> fschuindt: you are requiring redis anywhere?
<fschuindt> ineb: no, I thought that using it as a dependency was enough, thank you
SteenJobs has joined #ruby
hutch34 has joined #ruby
olivi____ has quit [Ping timeout: 260 seconds]
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
negatifze has joined #ruby
jamesaxl has joined #ruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
houhoulis has joined #ruby
soloscshaw has joined #ruby
GodFather_ has quit [Ping timeout: 268 seconds]
antgel has quit [Ping timeout: 260 seconds]
kurajber has quit [Quit: ..]
soloscshaw has quit [Ping timeout: 258 seconds]
cevett has joined #ruby
oliv_____ has joined #ruby
muelleme_ has joined #ruby
xall has joined #ruby
tomphp has joined #ruby
nobodyzxc has joined #ruby
nobodyzx1 has joined #ruby
nobodyzxc is now known as onepunch
mooser has quit [Remote host closed the connection]
nobodyzx1 has quit [Client Quit]
onepunch has quit [Client Quit]
nobodyzxc has joined #ruby
nobodyzx1 has joined #ruby
nobodyzx1 has quit [Client Quit]
nobodyzxc has quit [Client Quit]
kristofferR has joined #ruby
nowhereman has joined #ruby
minimalism has quit [Quit: minimalism]
A124 has quit [Ping timeout: 240 seconds]
acalycine has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #ruby
maxirater has joined #ruby
muelleme_ has quit [Ping timeout: 255 seconds]
oliv_____ has quit [Ping timeout: 240 seconds]
millerti has joined #ruby
jenrzzz has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
olivi____ has joined #ruby
ddffg has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
rgtk has joined #ruby
hutch34 has quit [Ping timeout: 260 seconds]
olivi____ has quit [Ping timeout: 252 seconds]
Guest96 has quit [Remote host closed the connection]
mooser has joined #ruby
Guest96 has joined #ruby
olivi____ has joined #ruby
hutch34 has joined #ruby
Ishido has joined #ruby
raul782 has joined #ruby
muelleme_ has joined #ruby
nowhereman has quit [Ping timeout: 245 seconds]
mooser has quit [Ping timeout: 260 seconds]
wingwalker has joined #ruby
tomphp has joined #ruby
blackmesa has quit [Ping timeout: 255 seconds]
raul782 has quit [Ping timeout: 240 seconds]
tomphp_ has joined #ruby
wingwalker has quit [Client Quit]
gusrub has joined #ruby
djbkd has joined #ruby
tomphp has quit [Ping timeout: 260 seconds]
hutch34 has quit [Ping timeout: 258 seconds]
nowhereman has joined #ruby
Channel6 has quit [Quit: Leaving]
djbkd has quit [Ping timeout: 240 seconds]
maxirater has quit [Quit: Leaving]
Guest96_ has joined #ruby
soloscshaw has joined #ruby
Guest96 has quit [Ping timeout: 260 seconds]
rgtk has quit [Ping timeout: 260 seconds]
unshadow has joined #ruby
gusrub has quit [Remote host closed the connection]
muelleme_ has quit [Ping timeout: 268 seconds]
soloscshaw has quit [Ping timeout: 255 seconds]
<newrubycoder> if the stack level gets too deep, can i just make another recursive method on top of that one again?
xall has quit [Ping timeout: 260 seconds]
acalycine has quit [Quit: bye]
<cerulean> why does matz hate me
<cerulean> weird
olivi____ has quit [Read error: Connection timed out]
A124 has joined #ruby
newrubycoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
cerulean has left #ruby [#ruby]
catbusters has joined #ruby
Ishido has quit [Ping timeout: 260 seconds]
Ishido has joined #ruby
jrafanie has joined #ruby
gusrub has joined #ruby
gusrub has quit [Remote host closed the connection]
houhoulis has quit [Remote host closed the connection]
patr0clus has joined #ruby
c0mrade has quit [Quit: HydraIRC -> http://www.hydrairc.com <- The alternative IRC client]
tomphp_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
agent_white has quit [Quit: agent_white]
A124 has quit [Ping timeout: 240 seconds]
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
tomphp has joined #ruby
hutch34 has joined #ruby
maxirater has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
rodrigovlds has quit [Ping timeout: 260 seconds]
oliv_____ has joined #ruby
Yxhuvud has quit [Remote host closed the connection]
JoshS has quit [Ping timeout: 252 seconds]
Yxhuvud has joined #ruby
Cohedrin has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
maxirater has quit [Quit: Leaving]
skweek has joined #ruby
oliv_____ has quit [Ping timeout: 240 seconds]
enterprisey has joined #ruby
hndk has quit [Quit: Leaving]
olivi____ has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
olivi____ has joined #ruby
enterprisey has quit [Remote host closed the connection]
cfec0b8d has joined #ruby
newrubycoder has joined #ruby
Vile` has joined #ruby
<newrubycoder> ok i benchmarked my loop sorter and my recursive method sorter, and the recursive method one is about 20% faster, but it can only handle 5000 elements, the loop can handle a lot more cuz it doesnt overflow
olivi____ has quit [Ping timeout: 260 seconds]
A124 has joined #ruby
muelleme_ has joined #ruby
soloscshaw has joined #ruby
minimalism has joined #ruby
rodrigovlds has joined #ruby
duderonomy has quit [Quit: Textual IRC Client: www.textualapp.com]
nobodyzxc has joined #ruby
ski7777 has quit [Ping timeout: 255 seconds]
muelleme_ has quit [Ping timeout: 268 seconds]
milardovich has joined #ruby
soloscshaw has quit [Ping timeout: 260 seconds]
ozcanesen has joined #ruby
oliv_____ has joined #ruby
ayonkhan_ has joined #ruby
<havenwood> newrubycoder: If you'd like you can enable TCO (Tail Call Optimization), you just have to disable the stack trace.
<havenwood> newrubycoder: Then your stack won't overflow.
ayonkhan has quit [Ping timeout: 260 seconds]
<havenwood> newrubycoder: Here's my implementation of a require_relative that enables TCO for the required code: https://gist.github.com/havenwood/3c5a5e1476c811460992
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood> newrubycoder: You technically can build Ruby with TCO enabled by default but it requires that you disable stack trace and that was considered not with it overall as a default.
<havenwood> newrubycoder: But even if you don't build it with TCO enabled, you can compile the instruction sequence yourself with :tailcall_optimization enabled.
<havenwood> newrubycoder: If you share your code we might have ideas on how to make the non-recursive version faster.
milardovich has quit [Remote host closed the connection]
blackmesa has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #ruby
<newrubycoder> havenwood here is my loop method: https://gist.github.com/anonymous/67c0467e46945d9fb174e60695854bea
oliv_____ has quit [Ping timeout: 240 seconds]
<newrubycoder> i think TCO is a bit above my head atm xD
soloscshaw has joined #ruby
ski7777 has joined #ruby
<havenwood> newrubycoder: `arr.length` is zero, so your code is currently doing `0.times`.
<havenwood> newrubycoder: And the loop never happens.
<newrubycoder> well it depends what i put into gets dont it?
<havenwood> ahh, right, gets
<havenwood> newrubycoder: it does, yeah
<newrubycoder> i know recursiveness and loops now, still struggle with iterations tho
tomphp has quit [Ping timeout: 260 seconds]
nhhc has quit [Remote host closed the connection]
<havenwood> newrubycoder: Nice. It's well worth learning the Enumerable methods, etc. Good stuff!
tomphp has joined #ruby
JoshS has joined #ruby
SteenJobs has quit [Quit: SteenJobs]
SteenJobs has joined #ruby
patarr has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
meshsmith has joined #ruby
ozcanesen has quit [Quit: Textual IRC Client: www.textualapp.com]
jenrzzz has quit [Ping timeout: 260 seconds]
patarr has quit [Ping timeout: 255 seconds]
futilegames has joined #ruby
milardovich has joined #ruby
oliv_____ has joined #ruby
patarr has joined #ruby
ayonkhan has joined #ruby
ayonkhan_ has quit [Ping timeout: 240 seconds]
jrafanie has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
jusa has quit [Ping timeout: 258 seconds]
segmond has joined #ruby
patr0clus has quit [Ping timeout: 260 seconds]
jamesaxl has joined #ruby
futilegames has quit [Quit: futilegames]
muelleme_ has joined #ruby
futilegames has joined #ruby
oliv_____ has quit [Ping timeout: 260 seconds]
ayonkhan has quit [Read error: Connection reset by peer]
Kug3lis has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
patarr has quit [Ping timeout: 260 seconds]
ayonkhan has joined #ruby
jamesaxl has joined #ruby
futilegames has left #ruby [#ruby]
patr0clus has joined #ruby
ayonkhan has quit [Client Quit]
oliv_____ has joined #ruby
newrubycoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gusrub has joined #ruby
Cohedrin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
t-recx has joined #ruby
millerti has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meshsmith has quit [Remote host closed the connection]
cfec0b8d has quit [Remote host closed the connection]
cfec0b8d has joined #ruby
millerti has joined #ruby
gusrub has quit [Remote host closed the connection]
Channel6 has joined #ruby
gusrub has joined #ruby
rgr_ has joined #ruby
enterprisey has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
rgr has quit [Ping timeout: 260 seconds]
gusrub has quit [Remote host closed the connection]
gusrub has joined #ruby
oliv_____ has quit [Ping timeout: 268 seconds]
millerti has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
olivi____ has joined #ruby
ionte has quit [Ping timeout: 268 seconds]
ionte has joined #ruby
ledestin has joined #ruby
griff__ has joined #ruby
marr has joined #ruby
millerti has joined #ruby
muelleme_ has quit [Ping timeout: 240 seconds]
axsuul has quit [Ping timeout: 260 seconds]
ta_ has joined #ruby
enterprisey has quit [Remote host closed the connection]
itsautomatisch has quit [Ping timeout: 260 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mjora7 has joined #ruby
djbkd has joined #ruby
mim1k has joined #ruby
griff__ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgtk has joined #ruby
mostlybadfly has joined #ruby
mooser has joined #ruby
gusrub has quit [Remote host closed the connection]
djbkd has quit [Ping timeout: 260 seconds]
mim1k has quit [Ping timeout: 260 seconds]
nobodyzxc has quit [Quit: leaving]
rgtk has quit [Ping timeout: 240 seconds]
mooser has quit [Ping timeout: 240 seconds]
olivi____ has quit [Ping timeout: 260 seconds]
pabloh has joined #ruby
tlaxkit has joined #ruby
psychicist__ has quit [Quit: Lost terminal]
olivi____ has joined #ruby
kent\n has quit [Quit: No Ping reply in 180 seconds.]
mim1k has joined #ruby
kent\n has joined #ruby
hutch34 has quit [Ping timeout: 260 seconds]
olivi____ has quit [Ping timeout: 252 seconds]
jeffaustin81 has joined #ruby
kent\n has quit [Client Quit]
minimalism has quit [Quit: minimalism]
kent\n has joined #ruby
planigan has quit [Ping timeout: 240 seconds]
hutch34 has joined #ruby
planigan has joined #ruby
Sambsquanch has joined #ruby
gusrub has joined #ruby
milardovich has quit []
milardovich has joined #ruby
stupidsenpai has joined #ruby
imightbestupid12 has joined #ruby
oliv_____ has joined #ruby
jenrzzz has joined #ruby
milardovich has quit []
hutch34 has quit [Ping timeout: 260 seconds]
mim1k has quit [Ping timeout: 258 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
hutch34 has joined #ruby
zapata has quit [Quit: WeeChat 1.7]
zapata has joined #ruby
oliv_____ has quit [Ping timeout: 260 seconds]
jusa has joined #ruby
bkxd has joined #ruby
jusa has quit [Ping timeout: 260 seconds]
vircung has quit [Quit: Nothing to do here]
bkxd has quit [Ping timeout: 260 seconds]
enterprisey has joined #ruby
mummusik has joined #ruby
mummusik has left #ruby [#ruby]
olivi____ has joined #ruby
mummusik has joined #ruby
<mummusik> hash
mummusik has left #ruby [#ruby]
vondruch has quit [Remote host closed the connection]
minimalism has joined #ruby
vircung has joined #ruby
houhoulis has joined #ruby
olivi____ has quit [Ping timeout: 258 seconds]
ta_ has quit [Read error: Connection reset by peer]
ta_ has joined #ruby
oliv_____ has joined #ruby
bronson has quit [Ping timeout: 268 seconds]
gusrub has quit [Remote host closed the connection]
oliv_____ has quit [Ping timeout: 258 seconds]
beauby has joined #ruby
<beauby> Hi - any way to use a named parameter named `class`?
gusrub has joined #ruby
marcdel has joined #ruby
rhyselsmore has joined #ruby
oliv_____ has joined #ruby
rgtk has joined #ruby
stupidsenpai has quit [Remote host closed the connection]
imightbestupid12 has quit [Remote host closed the connection]
millerti has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
unshadow has quit [Ping timeout: 260 seconds]
unshadow has joined #ruby
marcdel has quit [Ping timeout: 255 seconds]
oliv_____ has quit [Ping timeout: 240 seconds]
djbkd has joined #ruby
mjora7 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
gusrub has quit [Remote host closed the connection]
vondruch has joined #ruby
sepp2k has quit [Quit: Leaving.]
gusrub has joined #ruby
SteenJobs has quit [Quit: peaceee]
olivi____ has joined #ruby
padi_ has joined #ruby
vondruch has quit [Remote host closed the connection]
Kug3lis_ has joined #ruby
Kug3lis has quit [Read error: Connection reset by peer]
hutch34 has quit [Ping timeout: 260 seconds]
Channel6 has quit [Ping timeout: 260 seconds]
gusrub has quit [Remote host closed the connection]
olivi____ has quit [Ping timeout: 260 seconds]
t-recx has quit [Quit: t-recx]
enterprisey has quit [Remote host closed the connection]
padi_ is now known as padz_
padz_ is now known as padi_i
padi_i is now known as padi_
padi_ is now known as pdi
pdi is now known as mri
mri is now known as m13io
baweaver is now known as baweaver_away
enterprisey has joined #ruby
enterprisey has quit [Remote host closed the connection]
baweaver_away is now known as baweaver
olivi____ has joined #ruby
djbkd_ has joined #ruby
m13io has left #ruby [#ruby]
m13io has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
Channel6 has joined #ruby
djbkd_ has quit [Ping timeout: 268 seconds]
bronson has joined #ruby
olivi____ has quit [Ping timeout: 240 seconds]
muelleme_ has joined #ruby
olivi____ has joined #ruby
<rizonz> I don't know if this puppet related question can be asked here, can I remove the last part of a path ? so /foo/bar/candy becomes /foo/bar ?
<rizonz> I was thinking about splitting and then combine but taht is not ideal
<adam12> File.dirname("/foo/bar/candy")
patarr has joined #ruby
hndk has joined #ruby
<rizonz> erm ?
<adam12> >> File.dirname("/foo/bar/candy")
<ruby[bot]> adam12: # => "/foo/bar" (https://eval.in/781431)
<rizonz> is that usable in a pupper manifestr ?
<rizonz> *manifest
<adam12> Good question - no idea. I'm not a Puppet user.
<adam12> Can you use arbitrary Ruby in a manifest? I'm assuming yes?
<rizonz> yes you can
<adam12> So File is in stdlib. I don't see why it wouldn't work.
<rizonz> adam12: yeah I remmeber something like it, but it was 3 months ago :)
<adam12> Pathname works too, if you feel so inclined.
muelleme_ has quit [Ping timeout: 260 seconds]
<adam12> Pathname.new("/foo/bar/candy").parent
<adam12> But you'll need to require "pathname"
<rizonz> yes dirname is fine
patarr has quit [Ping timeout: 260 seconds]
Cohedrin has joined #ruby
pppktz has quit [Read error: Connection reset by peer]
xco has joined #ruby
<xco> hello. as far as i know “name” is not a keyword in Ruby. but my variable name “name” appears blue (other variables are not formatted) as if it were a class name in my Sublime text, any idea why?
olivi____ has quit [Ping timeout: 260 seconds]
millerti has joined #ruby
negatifze has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
patr0clus has quit [Read error: Connection reset by peer]
itsautomatisch has joined #ruby
oliv_____ has joined #ruby
toretore has quit [Ping timeout: 240 seconds]
mjora7 has joined #ruby
jameser has joined #ruby
rgtk has quit [Ping timeout: 255 seconds]
rhyselsmore has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
oliv_____ has quit [Ping timeout: 240 seconds]
binaryplease has quit [Quit: binaryplease]
rgtk has joined #ruby
ahrs has quit [Remote host closed the connection]
ahrs has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
binaryplease has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
Sambsquanch has quit [Quit: Peace, take it easy.]
binaryplease has quit [Client Quit]
binaryplease has joined #ruby
rdw200169 has quit [Read error: Connection reset by peer]
jusa has joined #ruby
rdw200169_ has joined #ruby
mjora7 has quit [Read error: Connection reset by peer]
mjora7 has joined #ruby
jusa has quit [Ping timeout: 252 seconds]
fulgore_ has joined #ruby
olivi____ has joined #ruby
hashrocket has joined #ruby
cam27 has joined #ruby
Channel6 has quit [Quit: Leaving]
mjora7 has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
gsilva has joined #ruby