Flowdock
method

keyword_display

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Test
keyword_display(array) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/test/unit/autorunner.rb, line 206
      def keyword_display(array)
        list = array.collect {|e, *| e.to_s}
        Array === array or list.sort!
        list.collect {|e| e.sub(/^(.)([A-Za-z]+)(?=\w*$)/, '\\1[\\2]')}.join(", ")
      end
Register or log in to add new notes.