Top Level Namespace

Defined Under Namespace

Modules: Rvmify

Instance Method Summary collapse

Instance Method Details

#usageObject



4
5
6
7
8
9
10
# File 'bin/rvmify', line 4

def usage
  puts "To use rvmify, you must specify a directory."
  puts
  puts "Examples: rvmify ."
  puts "          rmvify /path/to/myproject"
  abort
end