Method: Pod::String.method_missing
- Defined in:
- lib/stool/Core/LibInfo.rb
.method_missing(method_id, *arguments, &block) ⇒ Object
10 11 12 |
# File 'lib/stool/Core/LibInfo.rb', line 10 def method_missing(method_id, *arguments, &block) # puts "***" + "method_id = #{method_id}" end |