class Serverkit::Actions::Inspect
Public Instance Methods
Source
# File lib/serverkit/actions/inspect.rb, line 8 def run puts JSON.pretty_generate(recipe.to_hash) end
# File lib/serverkit/actions/inspect.rb, line 8 def run puts JSON.pretty_generate(recipe.to_hash) end