Project

General

Profile

« Previous | Next » 

Revision 042be439

Added by okuramasafumi (Masafumi OKURA) about 6 years ago

Improve the doc example of method_missing

Improvements are:

  • Use symbol instead of methId, described in doc
  • Add *args following method signature
  • Rescue error in roman_to_int and calls super, recommended in doc
  • Call invalid foo method to Roman object to raise NoMethodError