Top Level Namespace

Defined Under Namespace

Modules: State

Instance Method Summary collapse

Instance Method Details

#State(*a, &b) ⇒ Object



211
212
213
# File 'lib/state.rb', line 211

def State *a, &b
  State.for *a, &b
end