class Muack::AnyInstanceOf

Public Instance Methods

__mock_reset() click to toggle source
# File lib/muack/any_instance_of.rb, line 10
def __mock_reset ;     ; end
__mock_verify() click to toggle source

dummies for Muack::Session

# File lib/muack/any_instance_of.rb, line 9
def __mock_verify; true; end
inspect() click to toggle source
# File lib/muack/any_instance_of.rb, line 4
def inspect
  "Muack::API.any_instance_of(#{singleton_class})"
end