Class: Cvs

Inherits:
Vcs
  • Object
show all
Defined in:
lib/vcs/cvs.rb

Constant Summary

Constants inherited from Vcs

Vcs::COMMITED, Vcs::DEFAULT_OPTIONS, Vcs::MAIL, Vcs::MAILER, Vcs::NEWS

Instance Attribute Summary

Attributes inherited from Vcs

#cmd_data

Instance Method Summary collapse

Methods inherited from Vcs

add_basic_method, add_conf_checker, alias_command, #call_conf_checkers, #call_handlers, #changelog_failed, #check_diffstat, #cmd_data_factory, #cmd_data_factory=, #commit_failed, #common_commit!, #concat_changelog!, #diffstat!, #diffw!, #edit!, #edit_conflicts!, #error_handling, #help!, #mail!, #mail_conf_checker, #mail_failed, #message, #message_failed, #method_missing, #mk_conflicts_list, #mkchangelog!, #news!, #news_conf_checker, #news_failed, #puts, #resolve_conflicts!, #run, #run!, #run_missing!, #script!, #sub_vcs, #sub_vcs_with_name, #with

Constructor Details

#initialize(aCmd = 'cvs') ⇒ Cvs

Returns a new instance of Cvs.



12
13
14
# File 'lib/vcs/cvs.rb', line 12

def initialize ( aCmd='cvs' )
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Vcs