Class: Amiba::Page::List
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Amiba::Page::List
- Includes:
- Generator
- Defined in:
- lib/amiba/page.rb
Overview
Lists all pages currently managed by this Amiba project
Instance Method Summary collapse
Methods included from Generator
Instance Method Details
#list ⇒ Object
125 126 127 |
# File 'lib/amiba/page.rb', line 125 def list Dir.glob("pages/*").each {|p| say File.basename(p)} end |