class Enumex::ActionContainer

Attributes

extenders[R]
root[R]

Public Class Methods

new(root) click to toggle source
# File lib/enumex/action_container.rb, line 11
def initialize(root)
  @root = root
  @extenders = []
end