Method: BOAST::CKernel#to_str

Defined in:
lib/BOAST/CKernel.rb

#to_strObject



132
133
134
135
# File 'lib/BOAST/CKernel.rb', line 132

def to_str
  @code.rewind
  return code.read
end