Parent

Methods

Included Modules

TaggableString

Public Class Methods

new(str, tags={}) click to toggle source
# File lib/selectable.rb, line 90
def initialize(str, tags={})
  super(str)
  add_tags tags unless tags.empty?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.