Class: MultiVideoStreaming::Helpers::TitleFromUrl
- Inherits:
-
Object
- Object
- MultiVideoStreaming::Helpers::TitleFromUrl
- Defined in:
- lib/multi_video_streaming/helpers/title_from_url.rb
Class Method Summary collapse
Class Method Details
.get(url:) ⇒ Object
6 7 8 |
# File 'lib/multi_video_streaming/helpers/title_from_url.rb', line 6 def self.get(url:) URI(url.to_s).path.split('/').last end |