Class: Ruboty::Actions::WorldClockList

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/actions/world_clock_list.rb

Instance Method Summary collapse

Instance Method Details

#callObject



4
5
6
7
8
9
10
11
12
# File 'lib/ruboty/actions/world_clock_list.rb', line 4

def call
  message.reply(
    <<-EOM
```
#{timezones.join("\n")}
```
    EOM
  )
end