Top Level Namespace
Defined Under Namespace
Modules: FakeCmd
Instance Method Summary collapse
Instance Method Details
#FakeCmd ⇒ Object
61 62 63 64 65 66 |
# File 'lib/fakecmd.rb', line 61 def FakeCmd FakeCmd.on! yield ensure FakeCmd.off! end |