[ prog / sol / mona ]

prog


Open source masturbation software

11 2022-10-27 07:41

Saved from 0chan.ru/c/

#!/usr/bin/ruby1.8 -Ku
require 'rubygems'
gem 'facets', "2.8.4"
require 'facets'

# Skip, skip, skip.
def modifiers(*modifiers); if modifiers.empty? then "" else " #{modifiers.conjoin(", ", " and ")}"; end; end
def Greg(rest); puts("Greg #{rest}" + if rest.ends_with? '!' then '' else '.'; end); end
def yiffs(rest); "yiffs #{rest}"; end
def kisses(rest); "kisses #{rest}"; end
def undresses(rest); "undresses #{rest}"; end
def Mary(*how); "Mary#{modifiers(*how)}"; end
def himself(*how); "himself#{modifiers(*how)}"; end
Mary = "Mary"
softly = "softly"
gently = "gently"
def hardly; "hardly"; end
def passionately!; "passionately!"; end
slowly = "slowly"

# Here we go!
Greg kisses Mary
Greg undresses Mary slowly
Greg undresses himself
Greg yiffs Mary hardly, passionately!
13


VIP:

do not edit these