Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/forsta/object.rb
Instance Method Summary collapse
- #construct_list? ⇒ Boolean
- #lisp_eval(environment, forms) ⇒ Object
- #to_array ⇒ Object
- #to_construct ⇒ Object
Instance Method Details
#construct_list? ⇒ Boolean
2 3 4 |
# File 'lib/forsta/object.rb', line 2 def construct_list? false end |
#lisp_eval(environment, forms) ⇒ Object
14 15 16 |
# File 'lib/forsta/object.rb', line 14 def lisp_eval(environment, forms) self end |
#to_array ⇒ Object
6 7 8 |
# File 'lib/forsta/object.rb', line 6 def to_array self end |
#to_construct ⇒ Object
10 11 12 |
# File 'lib/forsta/object.rb', line 10 def to_construct self end |