Method: Tap::Support::Join#name
- Defined in:
- lib/tap/support/join.rb
#name ⇒ Object
The name of the join, as a symbol. By default name is the basename of the underscored class.
51 52 53 |
# File 'lib/tap/support/join.rb', line 51 def name File.basename(self.class.to_s.underscore).to_sym end |