Skip to content

Comments

Feature/try read pr for api#3

Open
graysonchen wants to merge 2 commits intomasterfrom
feature/try_read_pr_for_api
Open

Feature/try read pr for api#3
graysonchen wants to merge 2 commits intomasterfrom
feature/try_read_pr_for_api

Conversation

@graysonchen
Copy link
Owner

test


def all_last_name
IO.foreach(file_data).inject([]) { |arr, line| arr << line.strip }
@@all_last_name ||= IO.foreach(file_data).inject([]) { |arr, line| arr << line.strip }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace class var @@all_last_name with a class instance var.
Line is too long. [90/80]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants