class Chef::Knife::ConfigureFileShow
Public Instance Methods
run()
click to toggle source
# File lib/chef/knife/configure_file_show.rb, line 11 def run show_default end
show_default()
click to toggle source
# File lib/chef/knife/configure_file_show.rb, line 15 def show_default show_knife(default_file.realpath.basename.to_s) end