method

check

rails latest stable - Class: PathItem

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

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