Method: TDiary::Style::BaseDiary#replace

Defined in:
lib/tdiary/style.rb

#replace(date, title, body) ⇒ Object



106
107
108
109
110
111
# File 'lib/tdiary/style.rb', line 106

def replace(date, title, body)
	set_date( date )
	set_title( title )
	@sections = []
	append( body )
end