Method: Conf.encryptedData
- Defined in:
- lib/rake/config.rb
.encryptedData ⇒ Object
259 260 261 262 263 |
# File 'lib/rake/config.rb', line 259 def self.encryptedData Thread.current[:confStack] = ConfStack.new(self, :Conf); Thread.current[:confStack].calling(@@encryptedData, :encryptedData, :encryptedData); return @@encryptedData; end |