Exception: Plasma::Interpreter::NoSuchSourceException

Inherits:
Exception
  • Object
show all
Defined in:
lib/plasma/interpreter/plasma_grammarnode.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(plasma) ⇒ NoSuchSourceException

Returns a new instance of NoSuchSourceException.



152
153
154
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 152

def initialize(plasma)
  @plasma = plasma
end

Instance Attribute Details

#plasmaObject

Returns the value of attribute plasma.



150
151
152
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 150

def plasma
  @plasma
end