In Files

  • mrbgems/mruby-method/mrblib/unbound_method.rb

Parent

Methods

UnboundMethod

Public Instance Methods

name() click to toggle source
 
               # File mrbgems/mruby-method/mrblib/unbound_method.rb, line 6
def name
  @name
end
            
owner() click to toggle source
 
               # File mrbgems/mruby-method/mrblib/unbound_method.rb, line 2
def owner
  @owner
end