Class: Admesh

Inherits:
Object
  • Object
show all
Defined in:
lib/admesh.rb

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.helpObject



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

def help
  run "#{executable_path} #{format_args(help: true)}"
end

.perform(file, options = {}) ⇒ Object



11
12
13
# File 'lib/admesh.rb', line 11

def perform(file, options = {})
  run "#{executable_path} #{format_args(options)} #{file}"
end