Class: Eye::Reason::User

Inherits:
Eye::Reason show all
Defined in:
lib/eye/reason.rb

Instance Method Summary collapse

Methods inherited from Eye::Reason

#initialize, #user?

Constructor Details

This class inherits a constructor from Eye::Reason

Instance Method Details

#to_sObject



16
17
18
# File 'lib/eye/reason.rb', line 16

def to_s
  "#{super} by user"
end