Exception: Confuscript::VoidEncountered
- Defined in:
- lib/confuscript.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(message = "Void encountered", value = nil) ⇒ VoidEncountered
constructor
A new instance of VoidEncountered.
Constructor Details
#initialize(message = "Void encountered", value = nil) ⇒ VoidEncountered
Returns a new instance of VoidEncountered.
54 55 56 57 |
# File 'lib/confuscript.rb', line 54 def initialize( = "Void encountered", value = nil) super() @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
52 53 54 |
# File 'lib/confuscript.rb', line 52 def value @value end |