Class: CFONB::OperationDetail::LCS

Inherits:
Object
  • Object
show all
Defined in:
lib/cfonb/operation_detail/lcs.rb

Class Method Summary collapse

Class Method Details

.apply(operation, line) ⇒ Object



6
7
8
# File 'lib/cfonb/operation_detail/lcs.rb', line 6

def self.apply(operation, line)
  operation.label += "\n#{line.detail[0..35].strip}"
end