Class: Contracted::Json::Wildcard
- Inherits:
-
Object
- Object
- Contracted::Json::Wildcard
- Defined in:
- lib/contracted/json.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.instance ⇒ Object
4 5 6 |
# File 'lib/contracted/json.rb', line 4 def self.instance @@instance ||= Wildcard.new end |
Instance Method Details
#==(other) ⇒ Object
8 9 10 |
# File 'lib/contracted/json.rb', line 8 def == other true end |