class Chemlab::CLI::Stubber::Chemlab::CLI::Stubber::Chemlab::Page

For each page that extends Chemlab::Page, run the stubber

Public Class Methods

inherited(subclass) click to toggle source
# File lib/chemlab/cli/stubber.rb, line 31
def self.inherited(subclass)
  print subclass

  Stubber.libraries << subclass
end