Method: Roi#displayed?
- Defined in:
- lib/roi/roi.rb
#displayed?(*args) ⇒ Boolean
Public: Placeholder for displayed?, which must be implemented by each Roi type.
80 81 82 |
# File 'lib/roi/roi.rb', line 80 def displayed?(*args) raise "#{self.class.name} does not implement special method `displayed?'" end |