module Rantly::Silly

Public Class Methods

love_letter(n) click to toggle source
# File lib/rantly/silly.rb, line 4
def love_letter(n)
  Rantly.new.extend(Rantly::Silly::Love).value { letter(n) }
end