EasySubtitle::Block
Inherits Struct / Value / Object
Constructors
new(index : Int32, start_time : EasySubtitle::Timestamp, end_time : EasySubtitle::Timestamp, lines : Array(String))
SourceInstance methods
content
Sourceend_time
Sourceend_time=(end_time : Timestamp)
Sourceindex
Sourceindex=(index : Int32)
Sourcelines
Sourcelines=(lines : Array(String))
Sourcestart_time
Sourcestart_time=(start_time : Timestamp)
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.