Class: Svnx::Base::CachingCommandLine
- Inherits:
-
CmdLine::CachingCommandLine
- Object
- CmdLine::CommandLine
- CmdLine::CachingCommandLine
- Svnx::Base::CachingCommandLine
- Defined in:
- lib/svnx/base/cmdline.rb
Instance Attribute Summary
Attributes inherited from CmdLine::CommandLine
#args, #error, #output, #status
Instance Method Summary collapse
Methods inherited from CmdLine::CachingCommandLine
Methods inherited from CmdLine::CommandLine
#<<, #execute, #initialize, #to_command
Constructor Details
This class inherits a constructor from CmdLine::CommandLine
Instance Method Details
#cache_dir ⇒ Object
20 21 22 |
# File 'lib/svnx/base/cmdline.rb', line 20 def cache_dir Svnx::Env.instance.cache_dir end |
#caching? ⇒ Boolean
16 17 18 |
# File 'lib/svnx/base/cmdline.rb', line 16 def caching? true end |