Class: String

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

Overview

Add the compile functionality to Ruby String class it just calls to_s

Instance Method Summary collapse

Instance Method Details

#compileObject



214
215
216
# File 'lib/objects.rb', line 214

def compile
  to_s
end