Sha256: 5762382d0e5eebbaf7f9eb450beb47ba5afa8e62f67e3713f3983b240e0c6395
Contents?: true
Size: 1.04 KB
Versions: 26
Compression:
Stored size: 1.04 KB
Contents
@default_foreground ||= @foreground @default_background ||= @background @default_shadow_color ||= @shadow_color set_foreground(@default_foreground) set_background(@default_background) add_image_path("ruby-images") include_theme("default-icon") include_theme("default-title-text") include_theme("default-text") include_theme("default-title-slide") include_theme("default-slide") include_theme("default-item-mark") include_theme("default-method-list") include_theme("default-preformatted") include_theme("default-block-quote") include_theme("default-foot-text") include_theme("default-description") include_theme("image") include_theme("table") include_theme("newline-in-slides") unless print? include_theme("image-slide-number") if canvas.allotted_time include_theme("image-timer") end end include_theme("per-slide-background-color") include_theme("background-image-toolkit") include_theme("per-slide-background-image") include_theme("body-background-image") include_theme("tag") include_theme("syntax-highlighting") include_theme("default-comment")
Version data entries
26 entries across 26 versions & 1 rubygems