Module: PhilColumns::WithBackend
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 |
# File 'lib/phil_columns/with_backend.rb', line 4 def self.included( base ) base.class_eval do attr_reader :backend end end |