Method: Monark::Context#push

Defined in:
lib/monark/context.rb

#push(*args) ⇒ Object



35
36
37
# File 'lib/monark/context.rb', line 35

def push(*args)
  migrations.push(*args)
end