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