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



206
207
208
# File 'lib/objects.rb', line 206

def compile
  to_s
end