Class: String
- Inherits:
-
Object
- Object
- String
- 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
#compile ⇒ Object
200 201 202 |
# File 'lib/objects.rb', line 200 def compile to_s end |