--- Struct::XXX.members

    ¤ΤΥФ̾(ʸ)֤ޤ

        Foo = Struct.new(:foo, :bar)
        p Foo.members      # => ["foo", "bar"]

