class CompositionParser
Public Instance Methods
Source
# File lib/oddb2xml/compositions_syntax.rb, line 335 def tag(opts = {}) opts[:close] || false end
Perhaps we could have some syntax sugar to make this more easy?
# File lib/oddb2xml/compositions_syntax.rb, line 335 def tag(opts = {}) opts[:close] || false end
Perhaps we could have some syntax sugar to make this more easy?