No release in over a year
Generic DSL providing schemas and inheritance.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Trailblazer::Declarative

State

State is a minimalistic state handling object, similar to a hash with additional "inheritance" logic via State#copy. Every field in state can have a specific copying strategy, ranging from simply referencing the original object to subclassing.

state = Declarative.State(key: ["value", ...])
state.add!
state.update!
state.get
state.copy # inheritance