module Tend::Util::NoFind::ClassMethods
Public Instance Methods
find(*args)
click to toggle source
# File lib/tend/util/no_find.rb, line 4 def find *args raise Tend::NotSupportedError.new("Find method is not supported on this object.") end