class SteemSlap
Constants
- VERSION
Public Class Methods
combinations()
click to toggle source
# File steem-slap.rb, line 56 def self.combinations @verbs.length * @adjectives.length * @nouns.length end
slap( user )
click to toggle source
# File steem-slap.rb, line 52 def self.slap ( user ) "#{@verbs.sample} #{user} with #{@adjectives.sample} #{@nouns.sample}" end