struct Crystal::Token::DelimiterState
inherits Struct
¶
Class methods¶
.new(kind : Symbol, nest : Char | String, end __arg0 : Char | String, open_count : Int32, heredoc_indent : Int32, allow_escapes : Bool)
¶
(kind : Symbol, nest : Char | String, end __arg0 : Char | String, open_count : Int32, heredoc_indent : Int32, allow_escapes : Bool)
Methods¶
#copy_with(kind _kind = @kind, nest _nest = @nest, end _end = @end, open_count _open_count = @open_count, heredoc_indent _heredoc_indent = @heredoc_indent, allow_escapes _allow_escapes = @allow_escapes)
¶
(kind _kind = @kind, nest _nest = @nest, end _end = @end, open_count _open_count = @open_count, heredoc_indent _heredoc_indent = @heredoc_indent, allow_escapes _allow_escapes = @allow_escapes)