Class: RSCM::Mooky
Instance Attribute Summary collapse
-
#bar ⇒ Object
Returns the value of attribute bar.
-
#foo ⇒ Object
Returns the value of attribute foo.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(foo = "", bar = "chocolate bar") ⇒ Mooky
constructor
A new instance of Mooky.
Methods inherited from Base
#==, #add, #can_create_central?, #central_exists?, #checked_out?, #checkout, #checkout_commandline, classes, #commit, #create_central, #destroy_central, #diff, #edit, #import_central, #install_trigger, #move, register, #revisions, #supports_trigger?, #to_yaml_properties, #transactional?, #trigger_installed?, #uninstall_trigger, #update_commandline, #uptodate?
Constructor Details
#initialize(foo = "", bar = "chocolate bar") ⇒ Mooky
Returns a new instance of Mooky.
13 14 |
# File 'lib/rscm/scm/mooky.rb', line 13 def initialize(foo="", ="chocolate bar") end |