This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by libffi configure 3.0.10, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ /home/aaron/git/jffi/jni/libffi/configure --disable-static --with-pic=yes --disable-dependency-tracking | |
## --------- ## | |
## Platform. ## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Foo | |
def a1 | |
puts "a1: I am a #{self.class.name}" | |
end | |
def Foo.a2 | |
puts "a2: I am a #{self.class.name}" | |
end | |
def self.a3 | |
puts "a3: I am a #{self.class.name}" | |
end |
NewerOlder