Skip to content

Instantly share code, notes, and snippets.

@lolgear
Created August 20, 2014 13:54
Show Gist options
  • Save lolgear/116937f7925b514bfd7e to your computer and use it in GitHub Desktop.
Save lolgear/116937f7925b514bfd7e to your computer and use it in GitHub Desktop.
class A
def needToCallAsInstanceAndClass# or no arguments
self.class.needToCallAsInstanceAndClass(self.getArgs)
end
def self.needToCallAsInstanceAndClass(*args)
# wowowow
# implementation here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment