Module: Riposte::Helper

Defined in:
lib/riposte/helper.rb

Instance Method Summary collapse

Instance Method Details

#react_to(type) ⇒ Object



3
4
5
6
7
# File 'lib/riposte/helper.rb', line 3

def react_to(type)
  Reaction.new(type).tap { |reaction|
    yield reaction if block_given?
  }
end