module RedpenRuby

Constants

VERSION

Public Class Methods

check(config, target) click to toggle source
# File lib/redpen_ruby.rb, line 6
def self.check(config, target)
  validation = Process.new
  validation.redpen_ruby(config, target)
end