mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Finish plugin functionalities
This commit is contained in:
@@ -54,3 +54,9 @@ macro use_default
|
||||
@@default.not_nil!
|
||||
end
|
||||
end
|
||||
|
||||
class String
|
||||
def alphanumeric_underscore?
|
||||
self.chars.all? { |c| c.alphanumeric? || c == '_' }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user