module Policial

Public: The global gem module. It exposes some module attribute accessors so you can configure GitHub credentials, enable/disable style guides and more.

Public: The gem version.

Constants

DEFAULT_STYLE_GUIDES
OPTIONAL_STYLE_GUIDES
VERSION

Public Instance Methods

style_guides() click to toggle source
# File lib/policial.rb, line 39
def style_guides
  @style_guides ||= DEFAULT_STYLE_GUIDES.dup
end
style_guides=(style_guides) click to toggle source
# File lib/policial.rb, line 43
def style_guides=(style_guides)
  @style_guides = style_guides
end