Skip to content

Instantly share code, notes, and snippets.

View lmars's full-sized avatar

Lewis Marshall lmars

View GitHub Profile
#
# start of solution
#
MyString = Class.new(String)
MyString.define_singleton_method(:alphabet) { 'abc' }
MyString.class_eval {
exclaim_method = proc { |*args|
count = args.first || 1