class Erbish

Constants

DEBUG_TYPE_SIZE
JOINT
SEPARATOR
VERSION

Public Class Methods

run(*argv) click to toggle source
# File lib/erbish.rb, line 11
def run(*argv)
  while case argv.first
    when /^-d/
      debug = true
    when /^-p/
      noexec = true
    end
    argv.shift
  end