File: string_with_attributes.rb

package info (click to toggle)
ruby-nori 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: ruby: 1,155; xml: 266; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
class Nori
  class StringWithAttributes < String

    attr_accessor :attributes

  end
end