Class: Scheman::Parsers::Base
- Inherits:
-
Object
- Object
- Scheman::Parsers::Base
- Defined in:
- lib/scheman/parsers/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/scheman/parsers/base.rb', line 4 def initialize( = {}) = end |