class Serverkit::Actions::Inspect

Public Instance Methods

run() click to toggle source
# File lib/serverkit/actions/inspect.rb, line 6
def run
  puts JSON.pretty_generate(recipe.to_hash)
end