class CompositionParser

Public Instance Methods

tag(opts = {}) click to toggle source

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