Class
Nanoc::CLI::Commands::ShowData
In:
lib/nanoc/cli/commands/show-data.rb
Parent:
::Nanoc::CLI::CommandRunner
Methods
print_header
print_item_dependencies
print_item_rep_outdatedness
print_item_rep_paths
print_layouts
run
sorted_reps_with_prev
sorted_with_prev
Public Instance methods
run
()
Protected Instance methods
print_header
(title)
print_item_dependencies
(items, dependency_tracker)
print_item_rep_outdatedness
(items, compiler)
print_item_rep_paths
(items)
print_layouts
(layouts, compiler)
sorted_reps_with_prev
(items) {|rep, prev| ...}
sorted_with_prev
(objects) {|object, prev| ...}
[Validate]