Class: RbbCode::SchemaNode
- Inherits:
-
Object
- Object
- RbbCode::SchemaNode
- Defined in:
- lib/rbbcode/schema.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(schema) ⇒ SchemaNode
constructor
A new instance of SchemaNode.
Constructor Details
#initialize(schema) ⇒ SchemaNode
Returns a new instance of SchemaNode.
23 24 25 |
# File 'lib/rbbcode/schema.rb', line 23 def initialize(schema) @schema = schema end |