Method: Lifer::Entry#to_html

Defined in:
lib/lifer/entry.rb

#to_htmlObject

Raises:

  • (NotImplementedError)


260
261
262
# File 'lib/lifer/entry.rb', line 260

def to_html
  raise NotImplementedError, I18n.t("shared.not_implemented_method")
end