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



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

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

#textObject



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

def text
  subject.nodes[index]
end