Skip to content

Instantly share code, notes, and snippets.

# This comes from GenericWebLibrary
class BaseComponent
end
# This comes from RestExtensionLibrary
class RestComponent < BaseComponent
end
# In a language with mixins you could do
class SomeFilterStuff