149 150 151 152 153 154 155
# File 'lib/asset_host/asset.rb', line 149 def method_missing(method, *args) if output = Asset.outputs.find { |output| output['code'] == method.to_s } self._size(output) else super end end