class Rabbit::Theme::FileEntry

Public Instance Methods

theme_file() click to toggle source
# File lib/rabbit/theme/entry.rb, line 125
def theme_file
  File.join(@theme_dir, "#{@name}.rb")
end