Module: RIO::RecType::Bytes::Output

Defined in:
lib/rio/rectype.rb

Instance Method Summary collapse

Instance Method Details

#put_(rec, *args) ⇒ Object



81
82
83
84
# File 'lib/rio/rectype.rb', line 81

def put_(rec,*args)
  #p callstr('put_',rec,*args)
  print(rec)
end