Method: Chef::Provider#introduced

Defined in:
lib/chef/provider.rb

#introduced(introduced = "NOT_PASSED") ⇒ Object



285
286
287
288
289
290
# File 'lib/chef/provider.rb', line 285

def introduced(introduced = "NOT_PASSED")
  if introduced != "NOT_PASSED"
    @introduced = introduced
  end
  @introduced
end