Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ameba
v0.1.0
Ameba
AST
CallVisitor
CaseVisitor
DefVisitor
IfVisitor
StringInterpolationVisitor
UnlessVisitor
Util
BaseRule
DotFormatter
Formatter
Reporter
Rule
Rules
ComparisonToBoolean
DebuggerStatement
LineLength
LiteralInCondition
LiteralInInterpolation
PredicateName
TrailingBlankLines
TrailingWhitespace
UnlessElse
Source
Error
Built with Crystal 1.9.2
2023-10-08 09:19:58 UTC
abstract struct
Ameba::BaseRule
Ameba::BaseRule
Struct
Value
Object
Defined in:
ameba.cr
Constructors
.new
Instance Method Summary
#initialize
#test
(source : Source)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
initialize
#
[
View source
]
abstract def
test
(source :
Source
)
#
[
View source
]