Method: ESP::Stat.find
- Defined in:
- lib/esp/resources/stat.rb
.find ⇒ void
This method returns an undefined value.
Not Implemented. You cannot search for a Stat.
42 43 44 |
# File 'lib/esp/resources/stat.rb', line 42 def self.find(*) fail ESP::NotImplementedError, 'Regular ARELlike methods are disabled. Use either the ESP::Stat.for_report or ESP::Stat.latest_for_teams method.' end |