Method: Danger::PluginParser#classes_in_file
- Defined in:
- lib/danger/plugin_support/plugin_parser.rb
#classes_in_file ⇒ Object
71 72 73 |
# File 'lib/danger/plugin_support/plugin_parser.rb', line 71 def classes_in_file registry.all(:class).select { |klass| @paths.include? klass.file } end |