Top Level Namespace
Defined Under Namespace
Modules: FFMpeg
Instance Method Summary collapse
-
#boom(v) ⇒ Object
Debugger.start.
Instance Method Details
#boom(v) ⇒ Object
Debugger.start
6 7 8 9 |
# File 'ext/ffmpeg_ruby/extconf.rb', line 6 def boom(v) puts(v) exit 1 end |