crinja
master
Crinja
Arguments
Error
UnknownArgumentError
Attribute
Attributes
Callable
Instance
Proc
CLI
Config
Autoescape
Context
TagCycleException
Dictionary
Error
FeatureLibrary
UnknownFeatureError
Filter
Filesizeformat
Library
Finalizer
Function
Cycler
Library
RangeIterator
JsonBuilder
Loader
BakedFileLoader
ChoiceLoader
FileSystemLoader
HashLoader
PrefixLoader
Object
Auto
Operator
And
Binary
Divide
Equals
GreaterThan
GreaterThanEquals
IntDivide
Library
Logic
LowerThan
LowerThanEquals
Minus
Modulo
Multiply
Not
NotEquals
Or
Plus
Power
Tilde
Unary
Raw
Resolver
RuntimeError
SafeString
SecurityError
SourceAttached
StrictUndefined
Tag
ArgumentsParser
Autoescape
Block
Call
Do
EndTag
Extends
Filter
For
ConditionalIterator
ForLoop
CycleMethod
Recursive
Runner
From
If
Elif
Else
Import
Include
Library
Macro
MacroFunction
Raw
Set
With
Template
TemplateCache
InMemory
NoCache
TemplateError
TemplateNotFoundError
TemplateSyntaxError
Test
Library
Tuple
TypeError
Undefined
UndefinedError
Util
ScopeMap
StringTrimmer
Value
Iterator
Variables
Visitor
HTML
Inspector
Source
class
Crinja::Operator::Modulo
Crinja::Operator::Modulo
Crinja::Operator
Reference
Object
Included Modules
Crinja::Operator::Binary
Defined in:
lib/operator/modulo.cr
Instance Method Summary
#end_tag
: String?
#name
#value
(env : Crinja, op1, op2)
Instance methods inherited from module
Crinja::Operator::Binary
binary?
binary?
,
value(env : Crinja, op1 : Value, op2 : Value)
value
Instance methods inherited from class
Crinja::Operator
binary?
binary?
,
inspect(io : IO)
inspect
,
ternary?
ternary?
,
to_s(io : IO)
to_s
,
unary?
unary?
Instance Method Detail
def
end_tag
: String?
#
[
View source
]
def
name
#
[
View source
]
def
value
(env :
Crinja
, op1, op2)
#
[
View source
]