Sha256: d28a22adf9380cddb39663d0258e54f692b17e220c8b592182f1e8846b044845
Contents?: true
Size: 586 Bytes
Versions: 9
Compression:
Stored size: 586 Bytes
Contents
module PgEventstore class Utils # _@param_ `object` def self.deep_transform_keys: (untyped object) { (untyped key) -> untyped } -> Object # _@param_ `object` def self.deep_dup: (untyped object) -> Object # _@param_ `array` # # _@return_ — positional variables, based on array size. Example: "$1, $2, $3" def self.positional_vars: (::Array[untyped] array) -> String # _@param_ `error` def self.error_info: (StandardError error) -> ::Hash[untyped, untyped] # _@param_ `str` def self.underscore_str: (String str) -> String end end
Version data entries
9 entries across 9 versions & 1 rubygems