method

check

v1.1.6 - Show latest stable - Class: PathItem
check(path)
private

No documentation available.

# File actionwebservice/setup.rb, line 145
  def check(path)
    setup_rb_error "config: --#{@name} requires argument"  unless path
    path[0,1] == '$' ? path : File.expand_path(path)
  end