Sha256: d4101f1f322184fc65ed50445864e52ac3e708d8ce198364bd3250fac2815e51
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
opal_filter "UnboundMethod" do fails "UnboundMethod#== returns true if both are aliases for a third method" fails "UnboundMethod#== returns true if either is an alias for the other" fails "UnboundMethod#== returns true if objects refer to the same method" fails "UnboundMethod#== returns true if same method is extracted from the same subclass" fails "UnboundMethod#arity for a Method generated by respond_to_missing? returns -1" fails "UnboundMethod#bind returns Method returned for obj is equal to one directly returned by obj.method" # Expected #<Method: UnboundMethodSpecs::Methods#foo (defined in UnboundMethodSpecs::Methods in ruby/core/unboundmethod/fixtures/classes.rb:30)> to equal #<Method: UnboundMethodSpecs::Methods#foo (defined in UnboundMethodSpecs::Methods in ruby/core/unboundmethod/fixtures/classes.rb:30)> fails "UnboundMethod#clone returns a copy of the UnboundMethod" fails "UnboundMethod#hash returns the same value for builtin methods that are eql?" fails "UnboundMethod#hash returns the same value for user methods that are eql?" fails "UnboundMethod#source_location works for define_method methods" fails "UnboundMethod#source_location works for define_singleton_method methods" fails "UnboundMethod#super_method returns nil when the parent's method is removed" fails "UnboundMethod#super_method returns nil when there's no super method in the parent" fails "UnboundMethod#super_method returns the method that would be called by super in the method" fails "UnboundMethod#to_s the String shows the method name, Module defined in and Module extracted from" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-0.11.0.rc1 | spec/filters/bugs/unboundmethod.rb |