method

ruby

ruby(str)
public

No documentation available.

# File actionwebservice/setup.rb, line 557
  def ruby(str)
    command config('rubyprog') + ' ' + str
  end