Method: Ruby::Reflection::MethodMirror#selector
- Defined in:
- lib/ruby/reflection/method_mirror.rb
#selector ⇒ Object
34 35 36 |
# File 'lib/ruby/reflection/method_mirror.rb', line 34 def selector @subject.name.to_s end |
34 35 36 |
# File 'lib/ruby/reflection/method_mirror.rb', line 34 def selector @subject.name.to_s end |