This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |