Class: String

Inherits:
Object show all
Includes:
Callable
Defined in:
lib/object_extensions.rb

Direct Known Subclasses

Sym

Instance Method Summary collapse

Methods included from Callable

#call, #call_as

Instance Method Details

#symObject



52
53
54
# File 'lib/object_extensions.rb', line 52

def sym
  Sym.new(self)
end

#to_htmlObject



56
57
58
# File 'lib/object_extensions.rb', line 56

def to_html
  self
end