Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/h8/value.rb
Overview
Ruby object’s t_ruby does nothing (tree conversion optimization)
Instance Method Summary collapse
-
#to_ruby(depth = 0) ⇒ Object
It is already a ruby object.
Instance Method Details
#to_ruby(depth = 0) ⇒ Object
It is already a ruby object. Gate objects should override as need
186 187 188 |
# File 'lib/h8/value.rb', line 186 def to_ruby depth=0 self end |