Ruby Keyword: def - rking/pry-docmore GitHub Wiki
Define a method.
Doesn't work inside another def, but can work inside blocks. Compare to
Module#define_method, which is capable of doing more dynamic tricks.
Define a method.
Doesn't work inside another def, but can work inside blocks. Compare to
Module#define_method, which is capable of doing more dynamic tricks.