[Source]
# File app/helpers/block_helper.rb, line 3 3: def block_title(title) 4: content_tag('h3', title, :class => 'block-title') 5: end
[Validate]