Sha256: a3282b9a619a73d6a48b3910113ca6a5b37b86fa7b391c531bc5d66a19b224fc
Contents?: true
Size: 753 Bytes
Versions: 5
Compression:
Stored size: 753 Bytes
Contents
# NOTE: run bin/format-filters after changing this file opal_filter "Delegate" do fails "Delegator#!= is delegated in general" # Exception: Maximum call stack size exceeded fails "Delegator#== is delegated in general" # Exception: Maximum call stack size exceeded fails "Delegator#method raises a NameError if method is no longer valid because object has changed" # Expected NameError but no exception was raised ("foo" was returned) fails "Delegator#method returns a method object for public methods of the delegate object" # NameError: undefined method `pub' for class `DelegateSpecs::Delegator' fails "Delegator#method returns a method that respond_to_missing?" # NameError: undefined method `pub_too' for class `DelegateSpecs::Simple' end
Version data entries
5 entries across 5 versions & 1 rubygems