pantograph/lib/pantograph/lane_manager.rb in pantograph-0.1.12 vs pantograph/lib/pantograph/lane_manager.rb in pantograph-0.1.13

- old
+ new

@@ -82,10 +82,10 @@ def self.skip_docs? Helper.test? || PantographCore::Env.truthy?("PANTOGRAPH_SKIP_DOCS") end # Lane chooser if user didn't provide a lane - # @param platform: is probably nil, but user might have called `pantograph android`, and only wants to list those actions + # @param platform: is probably nil, but user might have called `pantograph $platform`, and only wants to list those actions def self.choose_lane(ff, platform) available = [] # nil is the key for lanes that are not under a specific platform lane_platforms = [nil] + Pantograph::SupportedPlatforms.all