Skip to content

struct Crystal::Formatter::HeredocInfo
inherits Struct

Included modules

Crystal::Lexer::HeredocItem

Class methods

.new(node : StringInterpolation, token : Token, line : Int32, column : Int32, indent : Int32, string_continuation : Int32)

View source

Methods

#clone

View source

#column : Int32

#copy_with(node _node = @node, token _token = @token, line _line = @line, column _column = @column, indent _indent = @indent, string_continuation _string_continuation = @string_continuation)

View source

#indent : Int32

#line : Int32

#string_continuation : Int32

#token : Token