Class: Lmt::Tangle::LineFilter
Instance Method Summary collapse
Methods inherited from Filter
Constructor Details
This class inherits a constructor from Lmt::Tangle::Filter
Instance Method Details
#filter(lines) ⇒ Object
84 85 86 87 88 |
# File 'lib/lmt/lmt.rb', line 84 def filter(lines) lines.map do |line| @code.call(line) end end |