Class: Nendo::LispCoreSyntax
- Inherits:
-
Object
- Object
- Nendo::LispCoreSyntax
- Defined in:
- lib/nendo.rb
Instance Attribute Summary collapse
-
#syntaxName ⇒ Object
readonly
Returns the value of attribute syntaxName.
Instance Method Summary collapse
-
#initialize(syntaxName) ⇒ LispCoreSyntax
constructor
A new instance of LispCoreSyntax.
Constructor Details
#initialize(syntaxName) ⇒ LispCoreSyntax
Returns a new instance of LispCoreSyntax.
81 82 83 |
# File 'lib/nendo.rb', line 81 def initialize( syntaxName ) @syntaxName = syntaxName end |
Instance Attribute Details
#syntaxName ⇒ Object (readonly)
Returns the value of attribute syntaxName.
84 85 86 |
# File 'lib/nendo.rb', line 84 def syntaxName @syntaxName end |