method

null?

rails latest stable - Class: ActionDispatch::Routing::Mapper::Mapping::Scoping::Scope
null?()
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 2244
        def null?
          @hash.nil? && @parent.nil?
        end