Class: Packwerk::Validator::Result

Inherits:
T::Struct
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/packwerk/validator/result.rb

Instance Method Summary collapse

Instance Method Details

#ok?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/packwerk/validator/result.rb', line 13

def ok?
  ok
end