Module: Kernel

Defined in:
lib/eac_ruby_utils/patches/kernel/nyi.rb

Instance Method Summary collapse

Instance Method Details

#nyiObject

Raise exception with text “Not yet implemented”.



5
6
7
# File 'lib/eac_ruby_utils/patches/kernel/nyi.rb', line 5

def nyi
  raise "Not yet implemented (Called in #{caller.first})"
end