Method: Rsm::Actions#run_ruby_binary

Defined in:
lib/rsm/actions.rb

#run_ruby_binary(command, config = {}) ⇒ Object



28
29
30
# File 'lib/rsm/actions.rb', line 28

def run_ruby_binary(command, config = {})
  run(command, config.merge(:with => ruby_binary))
end