[Source]
# File app/helpers/tabs_helper.rb, line 98 98: def initialize(name, options, html_options) 99: @name = name 100: @options = options 101: @html_options = html_options 102: end
[Validate]