Skip to content

Commit

Permalink
Add missing documentation in Configuration::Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Feb 17, 2018
1 parent 43d7202 commit 46748b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.0.3 [compare][compare_v1_0_2_and_master]

- Add missing documentation in `Configuration::Properties` by [@gonzedge][github_user_gonzedge]
- Update documentation to reflect actual side effects (or lack thereof) by [@gonzedge][github_user_gonzedge]
- Add `#concat` method to public facing API by [@gonzedge][github_user_gonzedge]
- Rename a few tests to maintain consistent wording by [@gonzedge][github_user_gonzedge]
Expand Down
4 changes: 3 additions & 1 deletion lib/rambling/trie/configuration/properties.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ class Properties
attr_accessor :compressor

# The configured root_builder, which should return a {Nodes::Node Node} when
# called.
# called.
# @return [Proc<Nodes::Node>] the configured root_builder.
attr_accessor :root_builder

# The configured tmp_path, which will be used for throwaway files.
# @return [String] the configured tmp_path.
attr_accessor :tmp_path

# Returns a new properties instance.
Expand Down

0 comments on commit 46748b3

Please sign in to comment.