Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lucky
v1.3.0
Bool
Char
Hash
Int16
Int32
Int64
Lucky
Action
ActionPipes
AllowedInTags
AssetHelpers
Assignable
BaseAppServer
BaseComponent
BaseHTTPClient
BaseLogFormatter
BaseTags
CookieJar
HabitatSettings
Key
CookieNotFoundError
CookieOverflowError
CustomTags
DataResponse
EnforceUnderscoredRoute
Error
ErrorAction
ErrorHandler
HabitatSettings
Events
PipeEvent
Position
RequestCompleteEvent
ExceptionPage
Exposable
FileResponse
FlashStore
Key
ForceSSLHandler
HabitatSettings
ForgeryProtectionHelpers
FormData
MultiValueStorage
FormHelpers
HabitatSettings
HTMLBuilder
HTMLPage
HabitatSettings
HTMLTextHelpers
HttpMethodOverrideHandler
InvalidCookieValueError
InvalidFlashJSONError
InvalidMessageError
InvalidParamError
InvalidSignatureError
InvalidSubdomainError
LinkHelpers
LiveReloadTag
LoggerHelpers
LogHandler
HabitatSettings
MaximumRequestSizeHandler
HabitatSettings
Memoizable
MessageEncryptor
InvalidSecretKeyBase
MessageVerifier
MissingFileError
MissingNestedParamError
MissingParamError
MountComponent
NotAcceptableError
NumberToCurrency
Paginator
BackendHelpers
BootstrapNav
BulmaNav
CurrentPage
Page
SeriesItem
SimpleNav
ParamHelpers
ParamParser
ParamParsingError
Params
PrettyLogFormatter
ProtectFromForgery
HabitatSettings
QuickDef
Redirectable
HabitatSettings
RedirectableTurbolinksSupport
RemoteIpHandler
HabitatSettings
Renderable
RenderableError
RenderIfDefined
RequestExpectations
RequestIdHandler
HabitatSettings
RequestTypeHelpers
Response
Routable
RouteHandler
RouteHelper
HabitatSettings
RouteInferrer
RouteNotFoundError
RouteNotFoundHandler
SecureHeaders
DisableFLoC
SetCSPGuard
SetFrameGuard
SetSniffGuard
SetXSSGuard
Serializer
Server
HabitatSettings
ServerSettings
Session
HabitatSettings
Key
SkipRouteStyleCheck
SpecialtyTags
StaticCompressionHandler
StaticFileHandler
Subdomain
HabitatSettings
Matcher
SvgInliner
Path
StripRegex
TagDefaults
OptionMerger
TextHelpers
Cycle
TextResponse
TimeHelpers
UnknownAcceptHeaderError
UploadedFile
UrlHelpers
VerifyAcceptsFormat
WelcomePage
Nil
Object
String
UUID
Generated using Crystal 1.11.2
2024-11-02 06:03:12 UTC
abstract class
Object
Overview
Object
is the base type of all Crystal objects.
Included Modules
Colorize::ObjectExtensions
Lucky::Memoizable
Lucky::QuickDef
Defined in:
charms/object.cr
Instance Method Summary
#blank?
: Bool
#present?
: Bool
Macros inherited from module
Lucky::Memoizable
memoize(method_def)
memoize
Macros inherited from module
Lucky::QuickDef
quick_def(method_name, value)
quick_def
Instance Method Detail
def
blank?
:
Bool
#
[
View source
]
def
present?
:
Bool
#
[
View source
]