view_component
https://github.com/viewcomponent/view_component
Ruby
A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
ViewComponent::ComponentLocalConfig::Configuration#inheritable_copy
No Docs, write some!
Edit
git clone git@github.com:viewcomponent/view_component.git
cd view_component
open lib/view_component/component_local_config.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ViewComponent--ComponentLocalConfig--Configuration-inheritable_copy-for-pr
# Commit to gitgit add lib/view_component/component_local_config.rbgit commit -m "better docs for ViewComponent::ComponentLocalConfig::Configuration#inheritable_copy"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ViewComponent--ComponentLocalConfig--Configuration-inheritable_copy-for-pr
hub pull-request
# Celebrate!