module Gemnasium::Parser::Configuration

Attributes

runtime_groups[W]

Public Instance Methods

runtime_groups() click to toggle source
# File lib/gemnasium/parser/configuration.rb, line 6
def runtime_groups
  @runtime_groups ||= [:default, :production]
end