module Decoration::ClassMethods
Attributes
behaviors[R]
Public Instance Methods
add_behaviors(behaviors)
click to toggle source
# File lib/decoration.rb, line 7 def add_behaviors(behaviors) @behaviors = behaviors end