Class: Sambot::FileManagement::TemplateProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/sambot/file_management/template_provider.rb

Class Method Summary collapse

Class Method Details

.get_path(filename) ⇒ Object



7
8
9
# File 'lib/sambot/file_management/template_provider.rb', line 7

def self.get_path(filename)
  File.expand_path(File.join(File.dirname(__FILE__), '..', 'templates', filename))
end