class Phlex::HTML

def text(...)

Deprecated:
  • use {#plain} instead.
def text(...)
	warn "DEPRECATED: The `text` method has been deprecated in favour of `plain`. Please use `plain` instead. The `text` method will be removed in a future version of Phlex. Called from: #{caller.first}"
	plain(...)
end