Davinj has asked 0
questions and find answers to 3
problems.
Stats
39 EtPoint
6 Vote count
0 questions
3 answers
About
Object.const_set('I', Class.new) unless Object.const_defined?("I")
I.define_singleton_method(:like_ruby!) { puts "I Now Like Ruby :)" }
2.4.2 > I.like_ruby!
I Now Like Ruby :)