Method: Chef::Resource.introduced
- Defined in:
- lib/chef/resource.rb
permalink .introduced(introduced = "NOT_PASSED") ⇒ Object
[View source]
1458 1459 1460 1461 1462 1463 |
# File 'lib/chef/resource.rb', line 1458 def self.introduced(introduced = "NOT_PASSED") if introduced != "NOT_PASSED" @introduced = introduced end @introduced end |