this is still impacting me.
#17
require "httparty"
class Notification
def self.send_notification(headers = {}, params = {}, notification, device_token)
end
end
Error In Vim:
Error: the given text is not a valid ruby program (it has syntax errors)
Running the command line version formats the file and gives no errors though.
rufo app/services/notification.rb
Format: app/services/notification.rb
this is still impacting me.
#17
Error In Vim:
Running the command line version formats the file and gives no errors though.