You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classConfig < Qonfig::DataSetsetting:kek,expose_if: ->{some_code}# orsetting:kek,expose_if: :some_method_name# ---values_file'kek.yml'# or load_from_file (or yaml or json or etc)end# ---## true for expose_ifconfig.kek# => '123' (some value from a kek.yml file)## false for expose_ifconfig.kek# => nil (empty value)
The text was updated successfully, but these errors were encountered:
For example:
The text was updated successfully, but these errors were encountered: