class Mozha::Parse

Attributes

indent[RW]

Private Instance Methods

indentation(num) click to toggle source
# File lib/mozha/parse.rb, line 8
def indentation(num)
  if !num?
    raise StandardError "error argument is not integer"
  end
end