Method: Discordrb::Webhooks::View#initialize
- Defined in:
- lib/discordrb/webhooks/view.rb
#initialize {|_self| ... } ⇒ View
Returns a new instance of View.
174 175 176 177 178 |
# File 'lib/discordrb/webhooks/view.rb', line 174 def initialize @rows = [] yield self if block_given? end |