timriley on support-component-dirs-with-mixed-namespaces
Avoid freezing components Thes… Add dirs to load path so earlie… Extract Identifier; support mix… (compare)
timriley on support-component-dirs-with-mixed-namespaces
Fix space (compare)
timriley on support-component-dirs-with-mixed-namespaces
Support component dirs with mix… Add test Refactor component building int… and 30 more (compare)
dry-bot on master
[devtools] sync (compare)
AND
get to grips with {something}
, I have a better understanding of {something}
than I did before
key(:foo).optional do ... end
class UserSchema < Dry::Validation::Schema
key(:age) do |age|
age.filled? & age.int? & age.gt?(18) & age.lt?(100)
end
end