Method: CypherBuilder::Rel#method_missing

Defined in:
lib/cypher_builder/rel.rb

#method_missing(name, *_) ⇒ Object



33
34
35
# File 'lib/cypher_builder/rel.rb', line 33

def method_missing(name, *_)
  Field.new(@prefix, name)
end