Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
comment-spec
v1.0.0
CommentSpec
BaseBuilder
Builder
CommentOut
Default
ExpectClass
ExpectEqual
ExpectRaises
ExpectStringEqual
ExpectTryFloat
Lexer
LexerParser
Nop
RegexParser
LazyRegex
Rule
Built with Crystal 1.9.2
2023-10-08 03:03:44 UTC
class
CommentSpec::ExpectStringEqual
CommentSpec::ExpectStringEqual
CommentSpec::BaseBuilder({code: String, eq: String})
Reference
Object
Defined in:
comment-spec/builder.cr
Constructors
.new
(line : String, data : {code: String, eq: String} =
nil
)
Instance Method Summary
#build
: String
Instance methods inherited from class
CommentSpec::BaseBuilder({code: String, eq: String})
data
data
,
data?
data?
,
line
line
Constructor methods inherited from class
CommentSpec::BaseBuilder({code: String, eq: String})
new(line : String, data : {code: String, eq: String} =
nil
)
new
Instance methods inherited from module
CommentSpec::Builder
build : String
build
,
name
name
Constructor Detail
def self.
new
(line : String, data : {code: String, eq: String} =
nil
)
#
[
View source
]
Instance Method Detail
def
build
: String
#
[
View source
]