Module: N::Content

Includes:
BaseContent
Defined in:
lib/parts/content.rb

Overview

Content

The foundamental Content Unit. – THINK: rename this to Entity? ++

Instance Method Summary collapse

Methods included from Markup

clear, compact, compact_html!, expand, expand_html!

Instance Method Details

#initialize(*args) ⇒ Object



48
49
50
# File 'lib/parts/content.rb', line 48

def initialize(*args)
	@ctime = @mtime = Time.now
end