Class: Weditor::Loader::Template
- Inherits:
-
Object
- Object
- Weditor::Loader::Template
- Defined in:
- lib/weditor/loader.rb
Class Method Summary collapse
Class Method Details
.load(path) ⇒ Object
8 9 10 |
# File 'lib/weditor/loader.rb', line 8 def self.load (path) Nokogiri::HTML(File.open(path), nil, 'UTF-8') end |