class Rack::DevMark::Theme::Title
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
Rack::DevMark::Theme::Base::new
# File lib/rack/dev-mark/theme/title.rb, line 7 def initialize(options = {}) super options.merge(name: 'title', attribute: nil) end