Exception: Ruar::Error::FailedToEval
- Defined in:
- lib/ruar/error.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ FailedToEval
constructor
A new instance of FailedToEval.
Constructor Details
#initialize(path) ⇒ FailedToEval
Returns a new instance of FailedToEval.
20 21 22 23 |
# File 'lib/ruar/error.rb', line 20 def initialize(path) @path = path super(+"ruar failed to eval -- #{path}") end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
18 19 20 |
# File 'lib/ruar/error.rb', line 18 def path @path end |