module Clapmojify

Constants

VERSION

Public Class Methods

clapmojify(text) click to toggle source
# File lib/clapmojify.rb, line 4
def self.clapmojify(text)
  (text || []).map(&:clapmojify).join(' ')
end