class ConceptQL::Operators::Death

Public Instance Methods

i_point_at() click to toggle source
# File lib/conceptql/operators/death.rb, line 16
def i_point_at
  [ :person ]
end
my_domain() click to toggle source
# File lib/conceptql/operators/death.rb, line 12
def my_domain
  :death
end
these_point_at_me() click to toggle source
# File lib/conceptql/operators/death.rb, line 20
def these_point_at_me
  []
end