Class: BuildMaster::DeplateEngine

Inherits:
Object
  • Object
show all
Includes:
ContentEngine
Defined in:
lib/buildmaster/site/content_engine_repository.rb

Instance Method Summary collapse

Methods included from ContentEngine

#process_content_with_title

Instance Method Details

#convert_to_html(full_content) ⇒ Object



85
86
87
88
# File 'lib/buildmaster/site/content_engine_repository.rb', line 85

def convert_to_html(full_content)
require 'deplate/deplate-string'
  process_content_with_title(full_content) {|content| DeplateString.new(content).to_html}
end