Skip to content

Commit

Permalink
Added a skeleton Document class.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 11, 2011
1 parent b84962f commit 183912e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/ffi/upskirt/document.rb
@@ -0,0 +1,14 @@
module FFI
module Upskirt
class Document

def initialize(source='',options={})
@source = source
end

def to_html
end

end
end
end

0 comments on commit 183912e

Please sign in to comment.