Method: EasyType::SourceDir#clean
- Defined in:
- lib/easy_type/source_dir.rb
#clean ⇒ Object
212 213 214 215 |
# File 'lib/easy_type/source_dir.rb', line 212 def clean Puppet.debug "Deprecated clean function called. You can remove this call" # Do nothing, let the at exit handler do this end |