meth == other_meth â true or false Instance Public methods Two method objects are equal if they are bound to the same object and refer to the same method definition and their owners are the same class or module.
meth.hash â integer Instance Public methods Returns a hash value corresponding to the method object.
meth.inspect â string Instance Public methods Returns the name of the underlying method. "cat".method(:count).inspect #=> "#<Method: String#count>"
meth.name â symbol Instance Public methods Returns the name of the method.
meth.owner â class_or_module Instance Public methods Returns the class or module that defines the method.
meth.parameters â array Instance Public methods Returns the parameter information of this method.
meth.source_location â [String, Fixnum] Instance Public methods Returns the Ruby source filename and line number containing this method or nil if this method was not defined in Ruby (i.e. native)
meth.to_s â string Instance Public methods Returns the name of the underlying method. "cat".method(:count).inspect #=> "#<Method: String#count>"
new(base) Class Public methods @@font = 'Helvetica 14' @@font = 'Courier 12' @@font = 'clearlyu 16' @@font = 'fixed 12' @@font = 'Times 12' @@font = 'Newspaper 12' @@font = '{New century schoolbook} 12'
add_sample(lang, *args) Instance Public methods
Page 1816 of 11844