class Integer

In discordrb, Integer and {String} are monkey-patched to allow for easy resolution of IDs

Public Instance Methods

resolve_id() click to toggle source

@return [Integer] The Discord ID represented by this integer, i.e. the integer itself

# File lib/discordrb.rb, line 19
def resolve_id
  self
end