Module: Sunrise::Widgets

Defined in:
lib/sunrise/widgets.rb,
lib/sunrise/widgets/engine.rb,
lib/sunrise/widgets/version.rb,
lib/generators/sunrise/widgets/install_generator.rb

Defined Under Namespace

Classes: Engine, InstallGenerator

Constant Summary collapse

VERSION =
"0.1.1".freeze

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Default way to setup Sunrise.

Yields:

  • (_self)

Yield Parameters:



5
6
7
# File 'lib/sunrise/widgets.rb', line 5

def self.setup
  yield self
end