Attributes
| source | [R] |
The string used when creating the literal string (first argument to |
Public Class methods
new(*a)
[show source]
# File lib/sequel/extensions/lit_require_frozen.rb 52 def initialize(*a) 53 @source = a.first 54 super 55 end