Method: Cheat#list
- Defined in:
- lib/cheat.rb
#list ⇒ Object
138 139 140 141 142 143 |
# File 'lib/cheat.rb', line 138 def list if cache_dir d = Dir.glob "#{cache_dir}/#{@sheet}*.yml" d.each {|f| puts File.basename(f, ".yml")} end end |