pantograph/lib/pantograph/actions/debug.rb in pantograph-0.1.14 vs pantograph/lib/pantograph/actions/debug.rb in pantograph-0.1.15
- old
+ new
@@ -5,11 +5,11 @@
puts("Lane Context".green)
puts(Actions.lane_context)
end
def self.description
- "Print out an overview of the lane context values"
+ 'Print out an overview of the lane context values'
end
def self.is_supported?(platform)
true
end
@@ -23,10 +23,10 @@
def self.category
:misc
end
def self.author
- "KrauseFx"
+ 'KrauseFx'
end
end
end
end