Method: Assumption::ChartDataSet#random
- Defined in:
- lib/assumption/chart_data_set.rb
#random ⇒ Object
23 24 25 26 27 28 29 30 |
# File 'lib/assumption/chart_data_set.rb', line 23 def random output = @chart_song_array.sample if output == @last_choosen self.random end @last_choosen = output output end |