Class: CFONB::OperationDetail::LIB

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

Class Method Summary collapse

Class Method Details

.apply(operation, line) ⇒ Object



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

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