Sha256: f105c0099692621b62ab2c7621820eccd18fd878db31c3a24a37b5e4953325ab
Contents?: true
Size: 183 Bytes
Versions: 36
Compression:
Stored size: 183 Bytes
Contents
# rubocop:disable Style/StructInheritance module Simple module SQL class Fragment < Struct.new(:to_sql) end def fragment(str) Fragment.new(str) end end end
Version data entries
36 entries across 36 versions & 1 rubygems