Method: Terraspace::Shell::Error#initialize
- Defined in:
- lib/terraspace/shell/error.rb
#initialize ⇒ Error
Returns a new instance of Error.
4 5 6 |
# File 'lib/terraspace/shell/error.rb', line 4 def initialize @lines = [] # holds aggregation of all error lines end |