Method: Chef::Cookbook::SyntaxCheck#ruby

Defined in:
lib/chef/cookbook/syntax_check.rb

#rubyObject

Returns the full path to the running ruby.



288
289
290
# File 'lib/chef/cookbook/syntax_check.rb', line 288

def ruby
  Gem.ruby
end