Module: Fastlane::Helper::BombEmojiHelper::Shell
- Included in:
- FastlaneCore::Shell
- Defined in:
- lib/fastlane/plugin/bomb_emoji/helper/bomb_emoji_helper.rb
Instance Method Summary collapse
- #deprecated(arg) ⇒ Object
- #error(arg) ⇒ Object
- #important(arg) ⇒ Object
- #message(arg) ⇒ Object
- #success(arg) ⇒ Object
- #verbose(arg) ⇒ Object
Instance Method Details
#deprecated(arg) ⇒ Object
55 56 57 |
# File 'lib/fastlane/plugin/bomb_emoji/helper/bomb_emoji_helper.rb', line 55 def deprecated(arg) super(BombEmojiHelper.bomb(arg)) end |
#error(arg) ⇒ Object
43 44 45 |
# File 'lib/fastlane/plugin/bomb_emoji/helper/bomb_emoji_helper.rb', line 43 def error(arg) super(BombEmojiHelper.bomb(arg)) end |
#important(arg) ⇒ Object
46 47 48 |
# File 'lib/fastlane/plugin/bomb_emoji/helper/bomb_emoji_helper.rb', line 46 def important(arg) super(BombEmojiHelper.bomb(arg)) end |
#message(arg) ⇒ Object
52 53 54 |
# File 'lib/fastlane/plugin/bomb_emoji/helper/bomb_emoji_helper.rb', line 52 def (arg) super(BombEmojiHelper.bomb(arg)) end |
#success(arg) ⇒ Object
49 50 51 |
# File 'lib/fastlane/plugin/bomb_emoji/helper/bomb_emoji_helper.rb', line 49 def success(arg) super(BombEmojiHelper.bomb(arg)) end |
#verbose(arg) ⇒ Object
58 59 60 |
# File 'lib/fastlane/plugin/bomb_emoji/helper/bomb_emoji_helper.rb', line 58 def verbose(arg) super(BombEmojiHelper.bomb(arg)) end |