Method: Inspec::Test#to_ruby

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

#to_rubyObject



16
17
18
19
# File 'lib/inspec/objects/test.rb', line 16

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