Method: Hanami::Slice::ClassMethods#booted?

Defined in:
lib/hanami/slice.rb

#booted?Boolean

Returns true if the slice has been booted.

Returns:

  • (Boolean)

See Also:

Since:

  • 2.0.0



382
383
384
# File 'lib/hanami/slice.rb', line 382

def booted?
  !!@booted
end