Browse Subversion Repository
Diff of /action.rb
Parent Directory
| Revision Log
| Patch
| 25 |
# |
# |
| 26 |
#=== Arguments |
#=== Arguments |
| 27 |
#_name_ :: Name of this action. |
#_name_ :: Name of this action. |
| 28 |
#_arguments :: An instance of Array that contains arguments for |
#_arguments_ :: An instance of Array that contains arguments for |
| 29 |
#this action |
#this action |
| 30 |
def initialize(name, arguments = nil) |
def initialize(name, arguments = nil) |
| 31 |
@name = name |
@name = name |
|
|
Legend:
| Removed from v.12 |
|
| changed lines |
| |
Added in v.13 |
|
|
|