Method: Rugged::Repository::Attributes#initialize
- Defined in:
- lib/rugged/attributes.rb
permalink #initialize(repository, path, options = {}) ⇒ Attributes
Returns a new instance of Attributes.
27 28 29 30 31 |
# File 'lib/rugged/attributes.rb', line 27 def initialize(repository, path, = {}) @repository = repository @path = path @load_flags = Attributes.parse_opts() end |