Method: RSCM::Base#open
- Defined in:
- lib/rscm/base.rb
#open(path, native_revision_identifier, options = {}, &block) ⇒ Object
Opens a readonly IO to a file at path
185 186 187 |
# File 'lib/rscm/base.rb', line 185 def open(path, native_revision_identifier, ={}, &block) #:yield: io raise NotImplementedError end |