class Lurker::ErbSchemaContext

Public Instance Methods

allowed(*names) click to toggle source
# File lib/lurker/erb_schema_context.rb, line 3
def allowed(*names)
  "Allowed values: #{names.join(', ')}"
end
get_binding() click to toggle source
# File lib/lurker/erb_schema_context.rb, line 7
def get_binding
  binding
end