Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7060

Show
Ignore:
Timestamp:
06/19/07 03:44:14 (1 year ago)
Author:
minam
Message:

'defer' is better, dsl-wise, than 'lazy'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/lib/capistrano/configuration.rb

    r7043 r7060  
    2727 
    2828    # make the DSL easier to read when using lazy evaluation via lambdas 
    29     alias lazy lambda 
     29    alias defer lambda 
    3030 
    3131    # The includes must come at the bottom, since they may redefine methods