Class: Urbit::Parser
- Inherits:
-
Object
- Object
- Urbit::Parser
- Defined in:
- lib/urbit/parser.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(with_json:) ⇒ Parser
constructor
A new instance of Parser.
Constructor Details
#initialize(with_json:) ⇒ Parser
Returns a new instance of Parser.
6 7 8 |
# File 'lib/urbit/parser.rb', line 6 def initialize(with_json:) @j = with_json end |