Method: Lemon::CoverUnit#to_s
- Defined in:
- lib/lemon/coverage/cover_unit.rb
#to_s ⇒ Object Also known as: to_str
60 61 62 63 64 65 66 |
# File 'lib/lemon/coverage/cover_unit.rb', line 60 def to_s if singleton? "#{@target}.#{@method}" else "#{@target}##{@method}" end end |