Add yaml DSL method to the Deck object.
parent
874456e87c
commit
d53fbc1715
|
|
@ -121,5 +121,9 @@ module Squib
|
|||
Squib.csv(opts)
|
||||
end
|
||||
|
||||
# DSL method. See http://squib.readthedocs.io
|
||||
def yaml(opts = {})
|
||||
Squib.yaml(opts)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue