# File lib/yapra/pipeline.rb, line 78 def class_based_plugin? command_name UPPER_CASE =~ command_name.split('::').last[0, 1] end