module Rvm2::Shell::Command

Public Instance Methods

build(*args) click to toggle source
# File lib/rvm2/shell/command.rb, line 2
def build(*args)
  # TODO: find a plugin to handle special cases
  Base.new(args)
end