Libraries
»
mutations
(0.9.2)
»
Index
»
Mutations
»
Command
»
#has_errors?
Method: Mutations::Command#has_errors?
Defined in:
lib/mutations/command.rb
#
has_errors?
⇒
Boolean
Returns:
(
Boolean
)
74 75 76
# File 'lib/mutations/command.rb', line 74
def
has_errors?
!
@errors
.
nil?
end