class Picobox::Project
Attributes
os[R]
Public Class Methods
new(os)
click to toggle source
# File lib/picobox/project.rb, line 8 def initialize(os) @os = os end
Public Instance Methods
init()
click to toggle source
# File lib/picobox/project.rb, line 12 def init accept(Commands::InitializeProject.new) rescue StandardError => e display_error e exit 1 end