Enable frozen string literals.
Make all string literals immutable by default.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# A simple Twitter API client that can authenticate to Twitter and fetch tweets by ID.
|
||||
# @see https://developer.twitter.com/en/docs/getting-started
|
||||
class TwitterApiClient
|
||||
|
||||
Reference in New Issue
Block a user