module Herb
def self.extract_html(source)
def self.extract_html(source) LibHerb::Buffer.with do |output| LibHerb.herb_extract_html_to_buffer(source, output.pointer) output.read end end
def self.extract_html(source) LibHerb::Buffer.with do |output| LibHerb.herb_extract_html_to_buffer(source, output.pointer) output.read end end