blob: 805bccac48ee89c13aee46dfd4161e1b5e3ae143 [file] [log] [blame]
class Foo
def instance_method
end
def self.singleton_method
end
end