Method: Pod::Spec#method_missing
- Defined in:
- lib/stool/Core/LibInfo.rb
#method_missing(method_id, *arguments, &block) ⇒ Object
attr_accessor :name attr_accessor :name
18 19 20 |
# File 'lib/stool/Core/LibInfo.rb', line 18 def method_missing(method_id, *arguments, &block) # puts "***" + "method_id = #{method_id}" end |