class Mahoujin::Atoms::RuleName

Attributes

content[R]

Public Class Methods

new(content) click to toggle source
# File lib/mahoujin/atoms/rule_name.rb, line 6
def initialize(content)
  @content = content.freeze
end