Module: Shellissimo::DSL

Included in:
Shell
Defined in:
lib/shellissimo/dsl.rb,
lib/shellissimo/dsl/command_builder.rb,
lib/shellissimo/dsl/command_param_builder.rb

Overview

Provides a DSL for defining shellissimo commands

Defined Under Namespace

Modules: ClassMethods, Macros Classes: CommandBuilder, CommandParamBuilder

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
14
# File 'lib/shellissimo/dsl.rb', line 11

def self.included(base)
  base.extend ClassMethods
  base.extend Macros
end