Changeset 576

Show
Ignore:
Timestamp:
07/01/08 16:17:18 (3 months ago)
Author:
bbleything
Message:
  • update command infrastructure to use @name instead of name
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • linen/trunk/lib/linen/mixins/command_infrastructure.rb

    r570 r576  
    2323        @name      = name 
    2424        @arguments = [] 
    25         @help_text = "No help for #{plugin.short_name} #{name}" 
     25        @help_text = "No help for #{plugin.short_name} #{@name}" 
    2626 
    2727        self.instance_eval &block