Class: Array

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

Overview

Open class array

Instance Method Summary collapse

Instance Method Details

#parseableObject

Public help for Variable#parseable



92
93
94
# File 'lib/chebyruby/variable.rb', line 92

def parseable
  Variable.new(self).parseable
end