Class: FileTag::DSL
- Inherits:
-
Object
- Object
- FileTag::DSL
- Includes:
- FromHash
- Defined in:
- lib/nested_file/file_tag.rb
Instance Method Summary collapse
Instance Method Details
#tag(reg, *names) ⇒ Object
11 12 13 |
# File 'lib/nested_file/file_tag.rb', line 11 def tag(reg,*names) self.definitions << Definition.new(:reg => reg, :names => names) end |