Created
October 29, 2008 22:36
-
-
Save ELLIOTTCABLE/20848 to your computer and use it in GitHub Desktop.
# => maybe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p=proc{|n|(a=n.to_s.reverse.scan(/\d{0,3}/).reverse.map{|z|z.reverse}).shift;a. | |
| map{|z|z.to_i}.map{|z|z.chr}.join};m=[100101102105110101095109101116104111100, | |
| 99111110102117115101100063,99111110115116095103101116,99111110115116095115101116, | |
| 70097108115101067108097115115,84114117101067108097115115,105110115112101099116, | |
| 109097121098101,67108097115115,69108108105111116116].map{|e|p[e]};m[4,2].each{|c| | |
| self.class.send(m[2],c).send(m[0],m[6]){m[7]}};self.class.send(m[3],m[9],self. | |
| class.send(m[2],m[8]).new);class<<self.class.send(m[2],m[9]);self;end.send(*m[0,2] | |
| ){rand(2).zero?} | |
| def is_elliott_confused | |
| confused = Elliott.confused? | |
| if confused | |
| puts "Yes he is!" | |
| else | |
| puts "No he's not!" | |
| end | |
| return confused | |
| end | |
| is_elliott_confused | |
| is_elliott_confused | |
| is_elliott_confused | |
| is_elliott_confused | |
| is_elliott_confused |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment