Skip to content

Instantly share code, notes, and snippets.

@rimian
Created September 20, 2012 05:31
Show Gist options
  • Save rimian/3754116 to your computer and use it in GitHub Desktop.
Save rimian/3754116 to your computer and use it in GitHub Desktop.
def a
true
end
def b
true
end
def c
true
end
def d
true
end
def is_good
self.a && self.b && self.c && self.d
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment