Class: Object

Inherits:
BasicObject
Defined in:
lib/forsta/object.rb

Instance Method Summary collapse

Instance Method Details

#construct_list?Boolean

Returns:

  • (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_arrayObject



6
7
8
# File 'lib/forsta/object.rb', line 6

def to_array
  self
end

#to_constructObject



10
11
12
# File 'lib/forsta/object.rb', line 10

def to_construct
  self
end