Make note of self.name requirement for Convertible.

This commit is contained in:
Tom Preston-Werner 2012-01-22 00:27:40 -08:00
parent ac41b459fc
commit c04a9549ea
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ require 'set'
# self.data= # self.data=
# self.ext= # self.ext=
# self.output= # self.output=
# self.name
module Jekyll module Jekyll
module Convertible module Convertible
# Returns the contents as a String. # Returns the contents as a String.