Sha256: 9b6f84fff2910b91d8eddf1259e63ee838c3633173314292ccb5654a815321dd

Contents?: true

Size: 741 Bytes

Versions: 20

Compression:

Stored size: 741 Bytes

Contents

==== Public API
This is the API that is available in your app itself. Anything not in the public API is subject to change.

==== Semipublic API
This is the API that is guaranteed to be available between components of Merb. If something in the semipublic
API changes, this will likely require changes in other parts of Merb. Additionally, items in the semipublic
API can be relied upon for introspection, for testing purposes.

For instance, AbstractController#_body should not be used in Merb apps themselves, as it may change, but
it may be used in other components of Merb and in the Merb tests themselves. Including it in the semipublic
API is designed to alert Merb's maintainers that changing it will have framework-wide repercussions. 

Version data entries

20 entries across 14 versions & 3 rubygems

Version Path
merb-core-1.1.3 spec/public/DEFINITIONS
merb-core-1.1.3 spec10/public/DEFINITIONS
merb-core-1.1.2 spec/public/DEFINITIONS
merb-core-1.1.2 spec10/public/DEFINITIONS
merb-core-1.1.1 spec/public/DEFINITIONS
merb-core-1.1.1 spec10/public/DEFINITIONS
merb-core-1.1.0 spec10/public/DEFINITIONS
merb-core-1.1.0 spec/public/DEFINITIONS
merb-core-1.1.0.rc1 spec/public/DEFINITIONS
merb-core-1.1.0.rc1 spec10/public/DEFINITIONS
merb-core-1.1.0.pre spec/public/DEFINITIONS
merb-core-1.1.0.pre spec10/public/DEFINITIONS
thorero-0.9.4.5 spec/public/DEFINITIONS
merb-core-0.9.2 spec/public/DEFINITIONS
merb-core-0.9.5 spec/public/DEFINITIONS
merb-core-0.9.4 spec/public/DEFINITIONS
merb-core-0.9.3 spec/public/DEFINITIONS
merb-core-0.9.7 spec/public/DEFINITIONS
merb-core-0.9.6 spec/public/DEFINITIONS
thorero-core-0.9.4.6 spec/public/DEFINITIONS