Method: Wandbox::Compiler#options
- Defined in:
- lib/wandbox/compiler.rb
#options ⇒ Object
25 26 27 28 |
# File 'lib/wandbox/compiler.rb', line 25 def = self["switches"].select &arg1["type"] == "single" + self["switches"].select(&arg1["type"] == "select").map(&arg1["options"]).flatten end |