3 4 5
# File 'lib/quote_sql/extension.rb', line 3 def self.included(other) other.include QuoteSql::Formater end
7 8 9
# File 'lib/quote_sql/extension.rb', line 7 def quote_sql(**) QuoteSql.new(self).quote(**) end