Libraries
»
monark
(0.0.3)
»
Index
»
Monark
»
Context
»
#push
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