module Gemmy::Tests::PatchTests::Error
Public Instance Methods
error(msg='')
click to toggle source
# File lib/gemmy/patches_loaded/tests/patch_test.rb, line 13 def error(msg='') raise(RuntimeError, msg) end