Skip to content

Commit

Permalink
[sub-config] additional attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Mar 8, 2020
1 parent 8dacbc5 commit 0dcd99f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/qonfig/data_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,13 @@ def frozen?
end

# @param keys [Array<String,Symbol>]
# @option sttings [Hash<String|Symbol,Any>]
# @param configurations [Block]
# @return [Qonfig::DataSet]
#
# @api public
# @since 0.1.0
def sub_config(*keys)
def sub_config(*keys, settings: {}, &configurations)
thread_safe_access do
# TODO: realize
end
Expand Down

0 comments on commit 0dcd99f

Please sign in to comment.