Exception: Layo::RuntimeError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/layo/runtime_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line.



3
4
5
# File 'lib/layo/runtime_error.rb', line 3

def line
  @line
end

Instance Method Details

#to_sObject



5
6
7
# File 'lib/layo/runtime_error.rb', line 5

def to_s
  super << " on line #{@line}"
end