aboutsummaryrefslogtreecommitdiffstats
path: root/lib/theme.rb
blob: f2d4ba8b365d3e4892168b78c23e8e7f2d246b07 (plain)
1
2
3
4
# -*- encoding : utf-8 -*-
def theme_url_to_theme_name(theme_url)
  File.basename theme_url, '.git'
end