Method: Discordrb::Role::RoleWriter#inspect
- Defined in:
- lib/discordrb/data.rb
#inspect ⇒ Object
The inspect method is overridden, in this case to prevent the token being leaked
929 930 931 |
# File 'lib/discordrb/data.rb', line 929 def inspect "<RoleWriter role=#{@role} token=...>" end |