Browse Source

Add yaml DSL method to the Deck object.

dev
Adam Blinkinsop 9 years ago committed by Andy Meneely
parent
commit
d53fbc1715
  1. 4
      lib/squib/api/data.rb

4
lib/squib/api/data.rb

@ -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…
Cancel
Save