Module: Superbot::Validations

Defined in:
lib/superbot/cli/validations.rb

Instance Method Summary collapse

Instance Method Details

#validates_project_path(path) ⇒ Object



5
6
7
8
9
# File 'lib/superbot/cli/validations.rb', line 5

def validates_project_path(path)
  signal_usage_error "directory #{path} does not exist" unless Dir.exist? path

  path
end