Module: RedpenRuby

Defined in:
lib/redpen_ruby.rb,
lib/redpen_ruby/process.rb,
lib/redpen_ruby/version.rb,
lib/redpen_ruby/format_message.rb

Defined Under Namespace

Classes: FormatMessage, Process

Constant Summary collapse

VERSION =
"0.3"

Class Method Summary collapse

Class Method Details

.check(config, target) ⇒ Object



6
7
8
9
# File 'lib/redpen_ruby.rb', line 6

def self.check(config, target)
  validation = Process.new
  validation.redpen_ruby(config, target)
end