Object
# File lib/rack/mount/vendor/regin/regin/atom.rb, line 19 19: def casefold? 20: ignorecase ? true : false 21: end
# File lib/rack/mount/vendor/regin/regin/atom.rb, line 23 23: def dup(options = {}) 24: original_options = option_names.inject({}) do |h, m| 25: h[m.to_sym] = send(m) 26: h 27: end 28: self.class.new(value, original_options.merge(options)) 29: end
Returns true if expression could be treated as a literal string.
# File lib/rack/mount/vendor/regin/regin/atom.rb, line 15 15: def literal? 16: false 17: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.