Class: Setup

Inherits:
Array
  • Object
show all
Defined in:
lib/setup.rb

Instance Method Summary collapse

Instance Method Details

#add(command) ⇒ Object



4
5
6
# File 'lib/setup.rb', line 4

def add command
  self << command if(!include?(command))
end