class FoodCritic::CommandLine

def environment_paths

Returns:
  • (Array) - Path(s) to the environment directories checked.
def environment_paths
  Array(@options[:environment_paths])
end