Page
# File doc/plugins/tags.rb, line 87 def initialize(site, base, dir, name, data = {}) self.content = data.delete('content') || '' self.data = data super(site, base, dir[-1, 1] == '/' ? dir : '/' + dir, name) end
# File doc/plugins/tags.rb, line 94 def read_yaml(*) # Do nothing end
[Validate]
Generated with the Darkfish Rdoc Generator 2.