Class: MEE::RFC5424::OctetFraming

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

Instance Method Summary collapse

Instance Method Details

#frame(input) ⇒ Object



38
39
40
41
# File 'lib/mee/rfc5424.rb', line 38

def frame( input )
	length = input.bytesize
	"" + length.to_s + " " + input
end