Module: SqlFormatterWebInterface::ToFormattedSql
- Defined in:
- lib/sql_formatter_web_interface/to_formatted_sql.rb
Overview
Includes the InstanceMethods#to_formatted_sql method in the String class
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
6 7 8 |
# File 'lib/sql_formatter_web_interface/to_formatted_sql.rb', line 6 def self.included(klass) klass.send(:include, InstanceMethods) end |