Classes: Ed
Parameters:
The path to a git repository.
Executed in the scope of Ed::Delegator.
Yield Parameters:
Yields self in the calling scope, if a block parameter is given.
Returns:
11 12 13
# File 'lib/ed/core_ext/object.rb', line 11 def Repository path, &block Ed.new path, &block end