Class: Valanga::Difficulty::Special

Inherits:
Base
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/valanga/difficulty/special.rb

Instance Method Summary collapse

Methods inherited from Base

#achievement_rate, #artist, #clear, #cleared?, #full_combo, #full_combo?, #miss_count, #name, #play_count, #played?, #rank, #score

Constructor Details

#initialize(music) ⇒ Special

Returns a new instance of Special.



8
9
10
# File 'lib/valanga/difficulty/special.rb', line 8

def initialize(music)
  @groovin = music.groovin.special
end

Instance Method Details

#difficultyObject



14
15
16
# File 'lib/valanga/difficulty/special.rb', line 14

def difficulty
  'SPECIAL'
end