class SiteHook::ConfigSections
Public Class Methods
all_samples()
click to toggle source
# File lib/site_hook/config_sections.rb, line 3 def self.all_samples sections = self.constants @@sample = [] sections.each do |section| @@sample << self.const_get(section).sample end @@sample end