module Adaptor::ClassMethods
Public Instance Methods
supports?(_object)
click to toggle source
Returns whether this adaptor supports the given object.
@param [Object] _object the object to test
@return [Boolean] whether the adaptor supports the object
# File lib/adaptor.rb, line 28 def supports?(_object) fail NotImplementedError end