Method: Envo::StringVal#accept_assign?

Defined in:
lib/envo/val/string_val.rb

#accept_assign?(other) ⇒ Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/envo/val/string_val.rb', line 12

def accept_assign?(other)
  true
end