[MacRuby-devel] [MacRuby] #293: Object.methods in macirb returns crazy results

MacRuby ruby-noreply at macosforge.org
Wed Aug 26 13:25:23 PDT 2009


#293: Object.methods in macirb returns crazy results
-------------------------------+--------------------------------------------
 Reporter:  tjw@…              |        Owner:  lsansonetti@…        
     Type:  defect             |       Status:  closed               
 Priority:  blocker            |    Milestone:                       
Component:  MacRuby            |   Resolution:  fixed                
 Keywords:                     |  
-------------------------------+--------------------------------------------
Changes (by mattaimonetti@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 {{{
 $ macirb
 irb(main):001:0> Object.methods
 => [:public_instance_method, :instance_method, :autoload?, :autoload,
 :private_class_method, :public_class_method, :protected_method_defined?,
 :private_method_defined?, :public_method_defined?, :method_defined?,
 :class_exec, :module_exec, :class_eval, :module_eval, :allocate,
 :class_variable_defined?, :class_variable_set, :class_variable_get,
 :remove_class_variable, :class_variables, :const_missing, :const_defined?,
 :const_set, :const_get, :constants, :private_instance_methods,
 :protected_instance_methods, :public_instance_methods, :instance_methods,
 :__meta__?, :ancestors, :name, :include?, :included_modules, :to_s, :>=,
 :>, :<=, :<, :<=>, :==, :===, :freeze, :new, :load_bridge_support_file,
 :Complex, :Rational, :enum_for, :to_enum, :object_id, :__id__,
 :define_singleton_method, :public_method, :method, :extend, :respond_to?,
 :public_send, :send, :__send__, :instance_exec, :instance_eval,
 :__callee__, :__method__, :__native__?, :tap, :is_a?, :kind_of?,
 :instance_of?, :instance_variable_defined?, :instance_variable_set,
 :instance_variable_get, :instance_variables, :public_methods,
 :private_methods, :protected_methods, :singleton_methods, :methods,
 :inspect, :untrusted?, :untrust, :trust, :frozen?, :untaint, :tainted?,
 :taint, :dup, :clone, :eql?, :!~, :=~, :nil?, :!=, :!, :equal?, :hash]
 irb(main):002:0>

 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/293#comment:2>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list