DEBSOURCES
Skip Quicknav
sources / ruby-bogus / 0.1.5-3 / lib / bogus / stubbing / anything.rb
1234567891011
module Bogus module Anything def self.==(other) true end def self.inspect "anything" end end end