/4.rb
Created
September 26, 2014 20:51
This file contains hidden or 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
module ProMotion | |
class StaticPageView < PageView | |
def self.method_missing(method_name, obj_or_klass, opts = {}) | |
# NOTE ... do something here | |
end | |
end | |
end | |
class StaticPageView < ProMotion::StaticPageView | |
my_page PM::Screen.new, name: :my_page, index: :left | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment