Davinj

327
reputation
4
16

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 :)