| aasmith | whats the name of the ruby date parser that takes simple english constructs for date calculations? |
| leethal | aw, I tried to find that too as in "tomorrow 5 pm" into a Time object? aasmith: yay, google =D http://chronic.rubyforge.org/ |
| aasmith | :P thanks |
| leethal | "english parse time ruby" =D top result damn you, google |
| DopeSick | Oh Thank God! Hey, uhm, can somebody help me please? I got a question about Ruby... I've been in like 10 servers and 10 ruby channels abut nobody talked to me in any of 'em =/ |
| cdcarter | sure dont ask to ask, just ask |
| DopeSick | 1,1010->ohsix10<-1,10, thank you! :P |
| Olathe | Great lobsters of nick completion ! |
| DopeSick | Thanks... |
| Olathe | Eww. |
| cdcarter | colloquy flipped out on whatever you posed |
| DopeSick | I was wondering if i am able to use interface in ruby? |
| cdcarter | said* use interface? |
| Olathe | Interface like Java ? |
| DopeSick | 15,10=5@9>2YesDad9<5@15=, like Java Wtf... |
| Olathe | Interfaces are sort of automatic. If the method is there, you can call it. |
| cdcarter | ruby does not have interfaces |
| DopeSick | Hmm |
| Olathe | (aka duck typing) |
| aasmith | all they serve to add is TYPE SAFETY! |
| cdcarter | what do you need to do? |
| aasmith | (ruby isnt safe) ;) |
| DopeSick | Hmm I'm still learning |
| Olathe | Ruby runs with scissors. |
| aasmith | heheh |
| DopeSick | So now im able to script and stuff so i was wondering if i could make an actual program just like in Java |