Method: PDK::Report::Event#column
- Defined in:
- lib/pdk/report/event.rb
#column ⇒ Integer (readonly)
Returns The column number in the line of the file that the event is in reference to.
16 17 18 |
# File 'lib/pdk/report/event.rb', line 16 def column @column end |