class LsOop
    def self.hoge
        new.hoge
    end
    def hoge
        # 処理
    end
end
LsOop.hoge # ここ、LsOop.new していない。