class Ruboty::Wareki::Actions::Convert

Public Instance Methods

call() click to toggle source
# File lib/ruboty/wareki/actions/convert.rb, line 8
def call
  message.reply(convert)
end

Private Instance Methods

convert() click to toggle source
# File lib/ruboty/wareki/actions/convert.rb, line 14
def convert
  to_era(year)
end