class

Pcal2md::Month

Inherits Reference < Object

Constructors

new(im : Int32)
Source

Instance methods

add_event(iday : Int32, text : String, nr : Int32, ihour : Int32, imin : Int32, summ : String)
Source
to_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.

Source
write_ics(ofile : File, year : Year)
Source
write_md(ofile : File, year : Year)
Source