module Patched::ClassMethods
Public Instance Methods
patched(klass, &block)
click to toggle source
# File lib/patched.rb, line 27 def patched(klass, &block) Patched.new_refinement(self, klass, &block) end
# File lib/patched.rb, line 27 def patched(klass, &block) Patched.new_refinement(self, klass, &block) end