Method: Cornucopia::Util::FileAsset#body
- Defined in:
- lib/cornucopia/util/file_asset.rb
#body ⇒ Object
34 35 36 37 38 39 40 |
# File 'lib/cornucopia/util/file_asset.rb', line 34 def body unless @asset_body self.source_file = path end @asset_body end |