module ChiliPlayer

lib/chili_player.rb

Constants

ALLOWED_URLS
DEFAULT_URL
VERSION

Public Class Methods

demodulize_class(class_name) click to toggle source
# 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