Module: SqlFormatterWebInterface::ToFormattedSql::InstanceMethods
- Defined in:
- lib/sql_formatter_web_interface/to_formatted_sql.rb
Instance Method Summary collapse
-
#to_formatted_sql(options = {}) ⇒ Object
It calls SqlFormatterWebInterface#format using
selfforsql.
Instance Method Details
#to_formatted_sql(options = {}) ⇒ Object
It calls SqlFormatterWebInterface#format using self for sql
13 14 15 |
# File 'lib/sql_formatter_web_interface/to_formatted_sql.rb', line 13 def to_formatted_sql( = {}) SqlFormatterWebInterface.format(self, ) end |