Module: Duxml::TextPattern

Included in:
TextPatternClass
Defined in:
lib/duxml/meta/grammar/pattern/text_pattern.rb,
lib/duxml/meta/grammar/pattern/text_pattern.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



26
27
28
# File 'lib/duxml/meta/grammar/pattern/text_pattern.rb', line 26

def description
  "#{subject.description}'s #{relationship} is '#{text}'"
end

#textObject



22
23
24
# File 'lib/duxml/meta/grammar/pattern/text_pattern.rb', line 22

def text
  subject.nodes[index]
end