Libraries
»
jscon
(0.0.4)
»
Index
»
Jscon
»
Session
»
#stack
Method: Jscon::Session#stack
Defined in:
lib/jscon/session.rb
#
stack
(error) ⇒
Object
42 43 44
# File 'lib/jscon/session.rb', line 42
def
stack
(
error
)
return
error
.
backtrace
[
0
..
10
]
end