module ShVars

Constants

ArgumentError
ParseError
VERSION

Public Instance Methods

parse(obj) click to toggle source
# File lib/sh_vars.rb, line 9
def parse(obj)
  String.new(obj).parse
end