Module: Coradoc::AsciiDoc::Model::AttributeList::Matchers

Included in:
Coradoc::AsciiDoc::Model::AttributeList, BlockImage::AttributeList, Image::Core::AttributeList, Video::AttributeList
Defined in:
lib/coradoc/asciidoc/model/attribute_list/matchers.rb

Defined Under Namespace

Classes: Many, One

Instance Method Summary collapse

Instance Method Details

#manyObject



22
23
24
# File 'lib/coradoc/asciidoc/model/attribute_list/matchers.rb', line 22

def many(*)
  Many.new(*)
end

#oneObject



8
9
10
# File 'lib/coradoc/asciidoc/model/attribute_list/matchers.rb', line 8

def one(*)
  One.new(*)
end