Method: Tap::Support::Manifest#built?
- Defined in:
- lib/tap/support/manifest.rb
#built? ⇒ Boolean
A hook to flag when self is built. By default built? returns true.
94 95 96 |
# File 'lib/tap/support/manifest.rb', line 94 def built? true end |