Sha256: 12d23b0791ee66fb469ddfb5a5c2bd49904a4add18587143bcde5cd438f28dbc

Contents?: true

Size: 473 Bytes

Versions: 1

Compression:

Stored size: 473 Bytes

Contents

[o] volute 'prev' => 'new' { ... }
[o] volute Module { ... }
[o] obj.volute_do_set(:a => 0, :b => 1)
[o] volute { over }

[ ] volute /^att/ { ... }
[ ] volute /regex/ => /regex/ { ... }

[ ] volute do
      volute Invoice do
        volute :paid do
    
          if is(true)
            object.comment = 'got paid'
          elsif was(nil)
            object.comment = 'still not paid'
          end
        end
      end
    end

[ ] multi-entity state machine example

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
volute-0.1.0 TODO.txt