Mega Code Archive
Categories
/
Ruby
/
String
Is the object frozen
greet = "Hello, myValue!" greet.frozen? # => true