class Z2

Public Class Methods

meta_x(method_name_1) click to toggle source
# File lib/r_kit/override/test.rb, line 438
def self.meta_x method_name_1
  singleton_class.send :define_method, method_name_1 do
    method_name_1.dup
  end
end