# File lib/slop.rb, line 327
def
add_callback
(
label
,
&
block
) (
@callbacks
[
label
]
||=
[])
<<
block
end