Returns true if this class conforms to protocol, otherwise false.
This is especially useful, if check_failure in the protocol is set to :none or :warning, and conformance of a class to a protocol should be checked later in runtime.
# File lib/protocol.rb, line 39 def conform_to?(protocol) protocol.check(self, :none) end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.