DEBSOURCES
Skip Quicknav
sources / ruby-moneta / 1.6.0-5 / test / action_dispatch / fixtures / session_autoload_test / foo.rb
12345678910
module SessionAutoloadTest class Foo def initialize(bar='baz') @bar = bar end def inspect "#<#{self.class} bar:#{@bar.inspect}>" end end end