class Rubble::Executor::Local::Line

Attributes

level[R]
text[R]

Public Class Methods

new(level, text) click to toggle source
# File lib/rubble/executor/local.rb, line 20
def initialize(level, text)
    @level = level
    @text = text.chomp
end