Class: Arugula::AndPart

Inherits:
Part
  • Object
show all
Includes:
MatchAll
Defined in:
lib/arugula/parts.rb

Instance Attribute Summary

Attributes included from MatchAll

#parts

Instance Method Summary collapse

Methods included from MatchAll

#initialize, #match

Methods inherited from Part

all, inherited, type

Instance Method Details

#to_sObject



51
52
53
# File 'lib/arugula/parts.rb', line 51

def to_s
  parts.join
end