# File lib/mario/util/object.rb, line 4 def define_class_method(name, &blk) (class << self; self; end).instance_eval { define_method name, &blk } end