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
#description ⇒ Object
27 28 29 |
# File 'lib/duxml/meta/grammar/pattern/text_pattern.rb', line 27 def description "#{subject.description}'s #{relationship} is '#{text}'" end |
#text ⇒ Object
23 24 25 |
# File 'lib/duxml/meta/grammar/pattern/text_pattern.rb', line 23 def text subject.nodes[index] end |