# File lib/capistrano/role.rb, line 49 def initialize (block, options) @block = block @options = options @cached = [] @is_cached = false end