Method: Fastlane::Browserstack.all_classes
- Defined in:
- lib/fastlane/plugin/browserstack.rb
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory
6 7 8 |
# File 'lib/fastlane/plugin/browserstack.rb', line 6 def self.all_classes Dir[File.('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end |