Class: SchemaDev::RubySelector::Rvm

Inherits:
ManagerBase show all
Defined in:
lib/schema_dev/ruby_selector.rb

Constant Summary collapse

CORE_COMMAND =
"rvm"

Instance Method Summary collapse

Methods inherited from ManagerBase

installed?

Instance Method Details

#command(ruby) ⇒ Object



36
37
38
# File 'lib/schema_dev/ruby_selector.rb', line 36

def command(ruby)
  "#{CORE_COMMAND} #{ruby} do"
end