Skip to content

Commit

Permalink
Set default tag_prefix to 'radius'
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Sep 15, 2009
1 parent 162d2f3 commit 318e09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radius/parser.rb
Expand Up @@ -20,7 +20,7 @@ def initialize(context = Context.new, options = {})
end
options = Utility.symbolize_keys(options)
@context = context
@tag_prefix = options[:tag_prefix]
@tag_prefix = options[:tag_prefix] || 'radius'
end

# Parses string for tags, expands them, and returns the result.
Expand Down

0 comments on commit 318e09f

Please sign in to comment.