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)
¶
(node : StringInterpolation, token : Token, line : Int32, column : Int32, indent : Int32, string_continuation : Int32)
Methods¶
#copy_with(node _node = @node, token _token = @token, line _line = @line, column _column = @column, indent _indent = @indent, string_continuation _string_continuation = @string_continuation)
¶
(node _node = @node, token _token = @token, line _line = @line, column _column = @column, indent _indent = @indent, string_continuation _string_continuation = @string_continuation)
#node : StringInterpolation
¶
: StringInterpolation