Class: Djin::Interpreter::BaseCommandBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/djin/interpreter/base_command_builder.rb

Class Method Summary collapse

Class Method Details

.call(*options) ⇒ Object



6
7
8
# File 'lib/djin/interpreter/base_command_builder.rb', line 6

def self.call(*options)
  new.call(*options)
end