Utility method for errors
94 95 96 97 98
# File 'lib/tml/tokens/data.rb', line 94 def error(msg, return_token = true) # pp msg Tml.logger.error(msg) return_token ? full_name : label end