Class: MEE::RFC5424::NewLineFraming

Inherits:
Object
  • Object
show all
Defined in:
lib/mee/rfc5424.rb

Instance Method Summary collapse

Instance Method Details

#frame(input) ⇒ Object



32
33
34
# File 'lib/mee/rfc5424.rb', line 32

def frame( input )
	input + "\n"
end