Class: Result

Inherits:
Common show all
Defined in:
lib/artemo/result.rb

Overview

Note:

This class show results

Returns of sorted complex emotions.

Returns:

  • (Hash)

    of sorted complex emotions

Class Method Summary collapse

Methods inherited from Common

check, scale, weigh

Class Method Details

.call(array_one) ⇒ Object

Note:

This method initializes all class



7
8
9
# File 'lib/artemo/result.rb', line 7

def self.call(array_one)
  finish(array_one)
end