Class: SeatedPlugin::Configuration
- Inherits:
-
Object
- Object
- SeatedPlugin::Configuration
- Defined in:
- lib/seated_plugin.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
16 17 18 19 20 21 22 23 24 25 |
# File 'lib/seated_plugin.rb', line 16 def initialize @text = '░░░░██▄ ░░░██▀░░░░▐ ▌░███▄░░░░▐ ▌▐███░▀▄███▄▄▄██▄▄ ▌█████▌░░▌░░░░░░▌ ▌▀▀▀▌▐█░░▌░░░░░░▌ ▌▀▀▀▌▐█░░▌░░░░░░▌ ▌░░░▌░█▄▌░░░░░░░▌' end |
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
14 15 16 |
# File 'lib/seated_plugin.rb', line 14 def text @text end |