module Bogus::Anything
Public Class Methods
==(other)
click to toggle source
# File lib/bogus/stubbing/anything.rb, line 3 def self.==(other) true end
inspect()
click to toggle source
# File lib/bogus/stubbing/anything.rb, line 7 def self.inspect "anything" end