Class: Ui::Empty

Inherits:
Component show all
Includes:
Actionable, Stylable
Defined in:
lib/ui/empty.rb

Constant Summary

Constants included from Actionable

Actionable::Actions

Constants inherited from Component

Component::VIEWPATH

Instance Method Summary collapse

Methods included from Actionable

#actions, #actions_length, #actions_list, #has_actions?

Methods inherited from Component

#capture, #icon, #render_group

Instance Method Details

#showObject



6
7
8
# File 'lib/ui/empty.rb', line 6

def show
  render
end