LineItem
class Tourmaline::Format::LineItem
inherits Tourmaline::Format::Group
#
Class methods#
.new(*tokens, spaces : Int32 = 1)
#
(*tokens, spaces : Int32 = 1)
Methods#
#<<(*args, **options)
#
(*args, **options)
#<<
#
#push(*args, **options)
#
(*args, **options)
#push
#
#shift(*args, **options)
#
(*args, **options)
#shift
#
#spaces : Int32
#
: Int32
#spaces=(spaces : Int32)
#
(spaces : Int32)
#to_html : String
#
: String
#to_md(version : Int32 = 2) : String
#
(version : Int32 = 2) : String
#tokens : Array(Token | String)
#
: Array(Token | String)
#tokens=(tokens : Array(Token | String))
#
(tokens : Array(Token | String))
#unshift(*args, **options)
#
(*args, **options)
#unshift
#