Method: Inspec::Test#to_ruby

Defined in:
lib/inspec/objects/test.rb

#to_rubyObject



18
19
20
21
# File 'lib/inspec/objects/test.rb', line 18

def to_ruby
  return rb_skip if !skip.nil?
  rb_describe
end