class Page
Public Class Methods
new(attrs = {})
click to toggle source
Calls superclass method
# File rumblelog.rb, line 121 def initialize(attrs = {}) super(attrs) end
Public Instance Methods
to_html_hash()
click to toggle source
# File rumblelog.rb, line 136 def to_html_hash html_hash = data html_hash[:links_for_tags] = self.links_for_tags html_hash end