Method: Tap::Support::Manifest#reset
- Defined in:
- lib/tap/support/manifest.rb
#reset ⇒ Object
A hook to reset a build. By default reset simply returns self.
99 100 101 |
# File 'lib/tap/support/manifest.rb', line 99 def reset self end |