Class: Module
- Inherits:
-
Object
- Object
- Module
- Defined in:
- lib/file_mutation.rb
Instance Method Summary collapse
Instance Method Details
#file_mutate(name) ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/file_mutation.rb', line 13 def file_mutate name if name == :all FileMutate.add_all self return end FileMutate.add_mutate_exts self, [:mutate, name] end |