Class: ElasticBeans::Command::Talk

Inherits:
Object
  • Object
show all
Defined in:
lib/elastic_beans/command/talk.rb

Overview

:nodoc: all

Constant Summary collapse

BEANSTALK =
<<-BEANSTALK
...........................,:~~:............................
........................:~~~~~++++=~........................
.....................,:~~~~~~~++++++~:......................
...................,~~~~~~~~~~++++++++++=~..................
...................,~~~~~~~~~~++++++++++++~:................
...................,~~~~~~~~~~+++++++++++++=:...............
...................,~~~~~~~~~~+++++++++++++=:...............
...................,~~~~~~~~~~+++++++++++++=:...............
...................,~~~~~~~~~~+++++++++++++=:......,::~~:...
...................,~~~~~~~~~~+++++++++++++=~::~~~~~~~=+++=:
...................,~~~~~~~~~~++++++=~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~~~~~~~~~~~~=+++=~
...................,~~~~~~~~~~++++==~~~~~~~:::::::::::::::::
...................,~~~~~~~~~~++++==~::::::::,,,,,,.........
...................,~~~~~~~~~~+++++++++++++=:...............
...................,~~~~~~~~~~+++++++++++++=:...............
...................,~~~~~~~~~~+++++++++++++=:...............
...................,~~~~~~~~~~+++++++++++++=:...............
...................,~~~~~~~~~~+++++++++++++=:...............
...................,~~~~~~~~~~+++++++++++++=:...............
...............:~~~~~~~~~~~~~~+++++++++:....................
...............:~~~~~~~~~~~~~~+++++++++:....................
...............:~~~~~~~~~~~~~~+++++++++:....................
...............:~~~~~~~~~~~~~~+++++++++:....................
...............:~~~~~~~~~~~~~~+++++++++:....................
......,:~~=++????????+++~~~~~~+++++++++:....................
~==II??????????+++++++++~~~~~~+++++++++:....................
:~~~~=++++++++++++++++++~~~~~~+++++++++:....................
:~~~~=++++++++++++++++++~~~~~~+++++++++:....................
:~~~~=++++++++++++++++++~~~~~~+++++++++:....................
:~~~~=++++++++++++++++++~~~~~~+++++++++:....................
:~~~~=++++++++++++++++++~~~~~~+++++++++:....................
:~~~~=++++++++++++++++++~~~~~~+++++++++:....................
:~~~~=++++++++++++++++++~~~~~~+++++++++:....................
:~~~~=++++++++++++++++++~~~~~~+++++++++:....................
:~~~~=+++++++++++++++=~~~~~~~~+++++++++:....................
:~~~~=++++++=~~~~~~~~~~~~~~~~~+++++++++:....................
...:~=~~:......:~~~~~~~~~~~~~~+++++++++:....................
...............:~~~~~~~~~~~~~~+++++++++:....................
...............:~~~~~~~~~~~~~~+++++++++:....................
...............:~~~~~~~~~~~~~~+++++++++:....................
...............,:~~~~~~~~~~~~~+++++++++:....................
..................:~~~~~~~~~~~+++++++++:....................
.....................,:~~~~~~~++++++~:......................
........................:~~~~~++++=~........................
...........................,:~~:............................
............................................................
BEANSTALK

Instance Method Summary collapse

Constructor Details

#initialize(ui:) ⇒ Talk

Returns a new instance of Talk.



62
63
64
# File 'lib/elastic_beans/command/talk.rb', line 62

def initialize(ui:)
  @ui = ui
end

Instance Method Details

#runObject



66
67
68
# File 'lib/elastic_beans/command/talk.rb', line 66

def run
  ui.info BEANSTALK
end