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



200
201
202
# File 'lib/objects.rb', line 200

def compile
  to_s
end