Class: Object

Inherits:
BasicObject
Defined in:
lib/interlock/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_interlock_tagObject



3
4
5
6
7
# File 'lib/interlock/core_extensions.rb', line 3

def to_interlock_tag
  string = to_s
  string = "empty_string" if string.empty? 
  string.escape_tag_fragment
end