module SlideHero

Constants

VERSION

Public Class Methods

get_binding() click to toggle source
# File lib/slide_hero.rb, line 20
def self.get_binding
  binding
end
template_path() click to toggle source
# File lib/slide_hero.rb, line 24
def self.template_path
    gem = Gem.loaded_specs['slide_hero']
    if gem
      gem.full_gem_path
    else
      '.'
    end
end