module Rubustrings

The main Rubustrings driver

Public Class Methods

validate(filenames, only_format = false) click to toggle source
# File lib/rubustrings.rb, line 7
def validate(filenames, only_format = false)
  Action.new.validate(filenames, only_format)
end