9 lines
166 B
Ruby
9 lines
166 B
Ruby
|
|
|
|
|
|
class Communities
|
|
|
|
def self.local_chapters
|
|
array_string_ = ["Local Chapter 1", "Local Chapter 2", "Local Chapter 3", "Another one", "And Another"]
|
|
end
|
|
end
|