Method: GitDS::Database#actor
- Defined in:
- lib/git-ds/database.rb
#actor ⇒ Object
Actor to use when performing Database operations. All Transaction and ExecCmd objects will use this actor by default.
Default is nil (i.e. let Git read actor from .git/config or ENV).
44 45 46 |
# File 'lib/git-ds/database.rb', line 44 def actor @actor end |