Module: Halibut::Adapter::JSON::InstanceMethods
- Defined in:
- lib/halibut/adapter/json.rb
Instance Method Summary collapse
-
#to_json ⇒ Object
deprecated
Deprecated.
This might go.
Instance Method Details
#to_json ⇒ Object
Deprecated.
This might go.
43 44 45 46 |
# File 'lib/halibut/adapter/json.rb', line 43 def to_json warn "[Deprecation] Don't depend on this, as it might disappear soon." MultiJson.dump self.to_hash end |