Method: Tap::Support::Manifest#bound?
- Defined in:
- lib/tap/support/manifest.rb
#bound? ⇒ Boolean
True if the env and reader have been set.
83 84 85 |
# File 'lib/tap/support/manifest.rb', line 83 def bound? @env != nil && @reader != nil end |