Sha256: 1e06b8da4cc497649df33644f024e4fc13c11e6843661341dd6ca709116586fc

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

Stored size: 461 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.
  %a{pure}
  def to_df: (?("f" | "F" | "d" | "D" | "t" | "T" | "R")? `type`) -> String
end

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

    %a{pure}
    def to_s: -> untyped
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
discorb-0.20.0 sig/override.rbs
discorb-0.19.0 sig/override.rbs