method
null?
rails latest stable - Class:
ActionDispatch::Routing::Mapper::Scoping::Scope
null?()public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 2205
def null?
@hash.nil? && @parent.nil?
end