Module: Facetalker
- Included in:
- String
- Defined in:
- lib/facetalker.rb,
lib/facetalker/engine.rb,
lib/facetalker/version.rb
Defined Under Namespace
Classes: Engine
Constant Summary collapse
- VERSION =
"0.3.1"
Instance Method Summary collapse
Instance Method Details
#facer(word = 'hello!') ⇒ Object
4 5 6 |
# File 'lib/facetalker.rb', line 4 def facer(word = 'hello!') "サッ!彡( ´・ω・)p[ #{ self.class == String ? self : word } ]q" end |