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



53
54
55
# File 'lib/stool/Core/LibInfo.rb', line 53

def method_missing(method_id, *arguments, &block)
  # puts "***" + "method_id = #{method_id}"
end