Sha256: 5740cd05ef02f0eb83f501590ca3cd134d98887eac624a5946376871fc9cd2bb

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

# rubocop: disable Style/Documentation
class Time
  #
  # Format a time object to a Discord formatted string.
  #
  # @param ["f", "F", "d", "D", "t", "T", "R"] type The format to use.
  #
  # @return [String] The formatted time.
  def to_df: (?("f" | "F" | "d" | "D" | "t" | "T" | "R")? `type`) -> String
end

# @private
module Async
  class Node
    def description: -> untyped

    def to_s: -> untyped
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
discorb-0.18.1 sig/override.rbs
discorb-0.18.0 sig/override.rbs