class Mantis::CLI::Install

Attributes

options[R]

Public Class Methods

new(options) click to toggle source
# File lib/mantis/cli/install.rb, line 5
def initialize(options)
  @options = options.dup
end

Public Instance Methods

run() click to toggle source
# File lib/mantis/cli/install.rb, line 9
def run
  Installer.install(options)
  puts "Your bundle is complete!"
end