Skip to content

Instantly share code, notes, and snippets.

@TwP
Created January 2, 2009 17:44
Show Gist options
  • Save TwP/42613 to your computer and use it in GitHub Desktop.
Save TwP/42613 to your computer and use it in GitHub Desktop.
class Webby::Resources::Page < Webby::Resources::Resource
alias :_initialize :initialize
def initialize( fn, meta_data = nil )
_initialize(fn, meta_data)
# put your initialization code here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment