module Halibut::Adapter::JSON::InstanceMethods
Public Instance Methods
to_json()
click to toggle source
@deprecated This might go.
# 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