Class: Extentions::Null::Extention

Inherits:
Object
  • Object
show all
Defined in:
lib/extentions/null/extention.rb

Instance Method Summary collapse

Instance Method Details

#processObject



5
# File 'lib/extentions/null/extention.rb', line 5

def process(*); end

#renderObject



4
# File 'lib/extentions/null/extention.rb', line 4

def render(*); end

#to_tokenObject



6
7
8
# File 'lib/extentions/null/extention.rb', line 6

def to_token
  :null
end

#valid?Boolean

Returns:

  • (Boolean)


9
# File 'lib/extentions/null/extention.rb', line 9

def valid?(*); true end