Skip to content

Instantly share code, notes, and snippets.

@flyinprogrammer
Created September 15, 2012 02:02
Show Gist options
  • Save flyinprogrammer/828e7fc5fcb8fac4eaf5 to your computer and use it in GitHub Desktop.
Save flyinprogrammer/828e7fc5fcb8fac4eaf5 to your computer and use it in GitHub Desktop.
class Foo
def initialize thing = nil
@thing = thing
end
end
class Bar < Foo
def helper_method
#something
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment