Class: Maven::Tools::DSL::RepositoryDSL

Inherits:
Object
  • Object
show all
Extended by:
Options
Includes:
Models
Defined in:
lib/maven/tools/dsl/jruby_dsl.rb

Class Method Summary collapse

Methods included from Options

args_and_options, fill_options, help, help_block

Methods included from Models

#method_missing, #model, #respond_to?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Maven::Tools::DSL::Models

Class Method Details

.create(parent, *args, &block) ⇒ Object



30
31
32
# File 'lib/maven/tools/dsl/jruby_dsl.rb', line 30

def self.create( parent, *args, &block )
  
end