# File lib/chef/role.rb, line 127 def active_run_list_for(environment) @env_run_lists.has_key?(environment) ? environment : '_default' end