Method: Policy::Follower::NameError#inspect
- Defined in:
- lib/policy/follower/name_error.rb
#inspect ⇒ String
The human-readable description for the exception
45 46 47 |
# File 'lib/policy/follower/name_error.rb', line 45 def inspect "#<#{ self }: #{ message }>" end |