class Koma::Backend::Exec

Public Instance Methods

gather() click to toggle source
# File lib/koma/backend/exec.rb, line 4
def gather
  set :backend, :exec
  result = out(options[:key])
end