Class: Expressir::Commands::Validate

Inherits:
Thor
  • Object
show all
Defined in:
lib/expressir/commands/validate.rb

Overview

Thor subcommand for EXPRESS validation operations

Instance Method Summary collapse

Instance Method Details

#ascii(path) ⇒ Object



79
80
81
# File 'lib/expressir/commands/validate.rb', line 79

def ascii(path)
  ValidateAscii.new(options).run(path)
end

#load(*paths) ⇒ Object



32
33
34
# File 'lib/expressir/commands/validate.rb', line 32

def load(*paths)
  ValidateLoad.new(options).run(paths)
end