Module: ChiliPlayer
- Defined in:
- lib/chili_player.rb,
lib/chili_player/init.rb,
lib/chili_player/videos.rb,
lib/chili_player/version.rb
Overview
lib/chili_player/videos.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.1'.freeze
- LINKS_URL =
'https://player.chiligumvideos.com/api/videos/'.freeze
Class Method Summary collapse
Class Method Details
.demodulize_class(class_name) ⇒ Object
9 10 11 12 |
# File 'lib/chili_player.rb', line 9 def demodulize_class(class_name) return nil unless class_name class_name.to_s.split('::').last.downcase end |