module Facetalker

Constants

VERSION

Public Instance Methods

facer(word = 'hello!') click to toggle source
# File lib/facetalker.rb, line 4
def facer(word = 'hello!')
  "サッ!彡( ´・ω・)p[ #{ self.class == String ? self : word } ]q"
end