Class: JSON::Coder Private
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Instance Method Summary collapse
- #dump(object, io = nil) ⇒ T.type_parameter(:IO) private
- #initialize(options = nil, **kwoptions, &as_json) ⇒ void constructor private
Constructor Details
#initialize(options = nil, **kwoptions, &as_json) ⇒ void
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
28 |
# File 'sorbet/rbi/upstream.rbi', line 28 def initialize( = nil, **, &as_json); end |
Instance Method Details
#dump(object, io = nil) ⇒ T.type_parameter(:IO)
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
39 |
# File 'sorbet/rbi/upstream.rbi', line 39 def dump(object, io = nil); end |