sig/whoop.rbs in whoop-1.0.3 vs sig/whoop.rbs in whoop-1.0.4
- old
+ new
@@ -71,10 +71,16 @@
# _@param_ `format`
#
# _@return_ — format method
def detect_formatter_method: (Symbol format, ?colorize: untyped, ?explain: untyped) -> Method
+ # sord omit - no YARD type given for "format", using untyped
+ # sord omit - no YARD type given for "color_method", using untyped
+ # sord omit - no YARD type given for "logger_method", using untyped
+ # sord omit - no YARD return type given, using untyped
+ def display_invalid_format_message: (untyped format, untyped color_method, untyped logger_method) -> untyped
+
# Return the line with the label centered in it
#
# _@param_ `label`
#
# _@param_ `count`
@@ -83,9 +89,11 @@
def wrapped_line: (String label, ?count: Integer, ?pattern: String) -> String
end
module Formatters
module SqlFormatter
+ PATTERNS_TO_PRESERVE: untyped
+
# Format the SQL query
#
# _@param_ `sql` — The SQL query
#
# _@param_ `colorize` — - colorize the SQL query (default: false)
\ No newline at end of file