Method: Tap::Support::Manifest#build

Defined in:
lib/tap/support/manifest.rb

#buildObject

A hook for dynamically building entries. By default build simply returns self



89
90
91
# File 'lib/tap/support/manifest.rb', line 89

def build
  self
end