class Quadtone::Tools::Check

Public Instance Methods

run() click to toggle source
# File lib/quadtone/tools/check.rb, line 7
def run
  @profile.check
  ;;warn "Profile checks out okay."
end