Skip to content

Instantly share code, notes, and snippets.

@iamsolarpowered
Created November 22, 2009 01:31
Show Gist options
  • Save iamsolarpowered/240367 to your computer and use it in GitHub Desktop.
Save iamsolarpowered/240367 to your computer and use it in GitHub Desktop.
require 'creativity'
require 'know_how'
require 'insight'
class Pitch
include Tapioca
def success
style && elegance && something_else
end
def style
Creativity.fresh?
end
def elegance
KnowHow.responsive?
end
def something_else
Insight.relevant?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment