Module: Fastlane::TelegramPlus
- Defined in:
- lib/fastlane/plugin/telegram_plus.rb,
lib/fastlane/plugin/telegram_plus/version.rb
Constant Summary collapse
- VERSION =
'0.1.0'.freeze
Class Method Summary collapse
-
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory.
Class Method Details
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory
6 7 8 9 |
# File 'lib/fastlane/plugin/telegram_plus.rb', line 6 def self.all_classes pattern = 'telegram_plus/**/{actions,helper}/*.rb' Dir[File.(pattern, File.dirname(__FILE__))] end |