class CommentSpec::ExpectRaises

Defined in:

comment-spec/builder.cr

Constructors

Instance Method Summary

Instance methods inherited from class CommentSpec::BaseBuilder({code: String, err: String})

data data, data? data?, line line

Constructor methods inherited from class CommentSpec::BaseBuilder({code: String, err: String})

new(line : String, data : {code: String, err: 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, err: String} = nil) #

[View source]

Instance Method Detail

def build : String #

[View source]