class Ruhoh::Views::RMustache

Public Instance Methods

context() click to toggle source
# File lib/ruhoh/views/rmustache.rb, line 20
def context
  @context ||= RContext.new(self)
end