class Extentions::Null::Extention
Public Instance Methods
process(*)
click to toggle source
# File lib/extentions/null/extention.rb, line 5 def process(*); end
render(*)
click to toggle source
# File lib/extentions/null/extention.rb, line 4 def render(*); end
to_token()
click to toggle source
# File lib/extentions/null/extention.rb, line 6 def to_token :null end
valid?(*)
click to toggle source
# File lib/extentions/null/extention.rb, line 9 def valid?(*); true end