Class: Dsu::Views::ColorTheme::Show

Inherits:
Object
  • Object
show all
Includes:
Support::ColorThemable
Defined in:
lib/dsu/views/color_theme/show.rb

Overview

TODO: I18n this class.

Instance Method Summary collapse

Methods included from Support::ColorThemable

apply_theme, #prompt_with_options

Constructor Details

#initialize(theme_name:, options: {}) ⇒ Show



18
19
20
21
# File 'lib/dsu/views/color_theme/show.rb', line 18

def initialize(theme_name:, options: {})
  @theme_name = theme_name
  @options = options || {}
end

Instance Method Details

#renderObject



23
24
25
# File 'lib/dsu/views/color_theme/show.rb', line 23

def render
  render!
end