Class: NilClass

Inherits:
Object show all
Defined in:
lib/shorthand.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


36
# File 'lib/shorthand.rb', line 36

def blank?()     true  end

#s(*args) ⇒ Object



38
# File 'lib/shorthand.rb', line 38

def s(*args)     ''    end

#signObject



39
# File 'lib/shorthand.rb', line 39

def sign()       nil  end

#wrap(*args) ⇒ Object



37
# File 'lib/shorthand.rb', line 37

def wrap(*args)  ''    end