class Mamiya::Util::LabelMatcher::Simple
Attributes
labels[R]
Public Class Methods
new(*labels)
click to toggle source
# File lib/mamiya/util/label_matcher.rb, line 32 def initialize(*labels) @labels = labels.flatten end