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
# | |
# ruby implementation of | |
# https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Adapter | |
# for reno developers meetup 2014-07-28 | |
# https://github.com/renodevelopers/meetups/issues/26 | |
# | |
module DesignPatterns | |
module Structural |
OlderNewer