Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created March 21, 2013 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusramberg/5212733 to your computer and use it in GitHub Desktop.
Save marcusramberg/5212733 to your computer and use it in GitHub Desktop.
send_partial => sub {
my $self = shift;
my $message = Unicode::UTF8::encode_utf8($self->render_partial(@_), sub { $_[0] });
$self->send({text => $message });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment