Add Kernel#refine_method method by S-H-GAMELINKS · Pull Request #103 · S-H-GAMELINKS/rstd

Work this code. using refine_method(Object, :halo, ->(args) { return args.first}) obj = Object.new obj.halo(42) # => 42