Class: Ruboty::Handlers::Url

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/handlers/url.rb

Overview

url

Instance Method Summary collapse

Instance Method Details

#title(message) ⇒ Object



9
10
11
# File 'lib/ruboty/handlers/url.rb', line 9

def title(message)
  Ruboty::Url::Actions::Title.new(message).call
end