Changeset 7060
- Timestamp:
- 06/19/07 03:44:14 (1 year ago)
- Files:
-
- tools/capistrano/lib/capistrano/configuration.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/lib/capistrano/configuration.rb
r7043 r7060 27 27 28 28 # make the DSL easier to read when using lazy evaluation via lambdas 29 alias lazylambda29 alias defer lambda 30 30 31 31 # The includes must come at the bottom, since they may redefine methods