Method: Evil::Client::Schema::Scope#leaf?

Defined in:
lib/evil/client/schema/scope.rb

#leaf?false

Tells that this is a schema for a scope (not the final operation)

Returns:

  • (false)


13
14
15
# File 'lib/evil/client/schema/scope.rb', line 13

def leaf?
  false
end