Method: CFoundry::V2::App#stream_file
- Defined in:
- lib/cfoundry/v2/app.rb
#stream_file(*path, &blk) ⇒ Object
311 312 313 |
# File 'lib/cfoundry/v2/app.rb', line 311 def stream_file(*path, &blk) Instance.new(self, "0", @client).stream_file(*path, &blk) end |