Module: SqlFormatterWebInterface::ToFormattedSql::InstanceMethods

Defined in:
lib/sql_formatter_web_interface/to_formatted_sql.rb

Instance Method Summary collapse

Instance Method Details

#to_formatted_sql(options = {}) ⇒ Object

It calls SqlFormatterWebInterface#format using ‘self` for `sql`

See Also:

  • SqlFormatterWebInterface#format


13
14
15
# File 'lib/sql_formatter_web_interface/to_formatted_sql.rb', line 13

def to_formatted_sql(options = {})
  SqlFormatterWebInterface.format(self, options)
end