Libraries
»
norbert-braid
(0.5.1)
»
Index
»
Braid
»
Operations
»
ShellExecutionError
»
#message
Method: Braid::Operations::ShellExecutionError#message
Defined in:
lib/braid/operations.rb
#
message
⇒
Object
13 14 15
# File 'lib/braid/operations.rb', line 13
def
message
@err
.
to_s
.
split
(
"
\n
"
)
.
first
end