Module: Rubustrings

Defined in:
lib/rubustrings.rb,
lib/rubustrings/action.rb

Overview

The main Rubustrings driver

Defined Under Namespace

Classes: Action

Class Method Summary collapse

Class Method Details

.validate(filenames, only_format = false) ⇒ Object



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

def validate(filenames, only_format = false)
  Action.new.validate(filenames, only_format)
end