Module: Svnx::Base::Tags

Extended by:
ClassMethods
Included in:
Options
Defined in:
lib/svnx/base/tags.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

has, has_tag_argument, has_tag_field, has_tags, mapping, to_args, to_tag

Class Method Details

.included(other) ⇒ Object



71
72
73
# File 'lib/svnx/base/tags.rb', line 71

def self.included other
  other.extend ClassMethods
end