Sha256: c4284f9bdf25e6f05bcf6a7474242fae99558d5fd3fef544dde4604bd2e589cd
Contents?: true
Size: 460 Bytes
Versions: 1
Compression:
Stored size: 460 Bytes
Contents
require_relative 'casting_operator' module ConceptQL module Operators class Death < CastingOperator desc 'Generates all death records, or, if fed a stream, fetches all death records for the people represented in the incoming result set.' types :death allows_one_upstream def my_type :death end def i_point_at [ :person ] end def these_point_at_me [] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conceptql-0.2.0 | lib/conceptql/operators/death.rb |