Class: Rubyang::Database::SchemaTree::EmptyType
- Defined in:
- lib/rubyang/database/schema_tree.rb
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
-
#initialize ⇒ EmptyType
constructor
A new instance of EmptyType.
- #valid? ⇒ Boolean
Constructor Details
#initialize ⇒ EmptyType
Returns a new instance of EmptyType.
192 193 194 |
# File 'lib/rubyang/database/schema_tree.rb', line 192 def initialize @arg = 'empty' end |
Instance Method Details
#valid? ⇒ Boolean
195 196 197 198 |
# File 'lib/rubyang/database/schema_tree.rb', line 195 def valid? result = true result end |