pantograph/lib/pantograph/action.rb in pantograph-0.1.13 vs pantograph/lib/pantograph/action.rb in pantograph-0.1.14

- old
+ new

@@ -90,12 +90,12 @@ def self.is_supported?(platform) # you can do things like # true # - # platform == :ios + # platform == :linux # - # [:ios, :mac].include?(platform) + # [:linux, :mac].include?(platform) # UI.crash!("Implementing `is_supported?` for all actions is mandatory. Please update #{self}") end # Returns an array of string of sample usage of this action