Top Level Namespace
Defined Under Namespace
Modules: Filament, Inflector Classes: LazyList, Module
Instance Method Summary collapse
Instance Method Details
#log(msg) ⇒ Object
68 69 70 |
# File 'lib/filament.rb', line 68 def log(msg) puts msg if $verbose end |
#verbose(on) ⇒ Object
72 73 74 75 |
# File 'lib/filament.rb', line 72 def verbose(on) RakeFileUtils.verbose(false) $verbose = on end |