Add yaml DSL method to the Deck object.

dev
Adam Blinkinsop 2017-03-17 12:49:48 -07:00 committed by Andy Meneely
parent 874456e87c
commit d53fbc1715
1 changed files with 4 additions and 0 deletions

View File

@ -121,5 +121,9 @@ module Squib
Squib.csv(opts) Squib.csv(opts)
end end
# DSL method. See http://squib.readthedocs.io
def yaml(opts = {})
Squib.yaml(opts)
end
end end
end end