Libraries
»
jschematic
(0.1.0)
»
Index
»
Jschematic
»
Errors
»
#empty?
Method: Jschematic::Errors#empty?
Defined in:
lib/jschematic/errors.rb
#
empty?
⇒
Boolean
Returns:
(
Boolean
)
22 23 24
# File 'lib/jschematic/errors.rb', line 22
def
empty?
@errors
.
empty?
end