mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
class.c: remove methID from the example and codespell dict
This commit is contained in:
@@ -11,7 +11,6 @@ fo
|
||||
hel
|
||||
hist
|
||||
ist
|
||||
methid
|
||||
nd
|
||||
quitt
|
||||
remore
|
||||
|
||||
+2
-2
@@ -2905,8 +2905,8 @@ mrb_method_missing(mrb_state *mrb, mrb_sym name, mrb_value self, mrb_value args)
|
||||
* def romanToInt(str)
|
||||
* # ...
|
||||
* end
|
||||
* def method_missing(methId)
|
||||
* str = methId.to_s
|
||||
* def method_missing(sym)
|
||||
* str = sym.to_s
|
||||
* romanToInt(str)
|
||||
* end
|
||||
* end
|
||||
|
||||
Reference in New Issue
Block a user