html_attributes

in lib/octicons_gem/lib/octicons/octicon.rb [33:38]


    def html_attributes
      attrs = ""
      @options.each { |attr, value| attrs += "#{attr}=\"#{value}\" " }
      attrs.strip
    end