Class: Pod::String

Inherits:
Object
  • Object
show all
Defined in:
lib/stool/Core/LibInfo.rb

Class Method Summary collapse

Class Method Details

.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

.strip_heredocObject



7
8
9
# File 'lib/stool/Core/LibInfo.rb', line 7

def strip_heredoc

end