Module: RakeFileContent::DSL
- Includes:
- Rake::DSL
- Defined in:
- lib/rake-file-content/dsl.rb
Instance Method Summary collapse
Instance Method Details
#file_content(*args, &block) ⇒ Object
7 8 9 |
# File 'lib/rake-file-content/dsl.rb', line 7 def file_content(*args, &block) RakeContentFile::Task.define_task(*args, &block) end |