Module: Rvm2::Shell::Command

Defined in:
lib/rvm2/shell/command.rb

Defined Under Namespace

Classes: Base

Instance Method Summary collapse

Instance Method Details

#build(*args) ⇒ Object



2
3
4
5
# File 'lib/rvm2/shell/command.rb', line 2

def build(*args)
  # TODO: find a plugin to handle special cases
  Base.new(args)
end