Method: Typography#initialize
- Defined in:
- lib/typography.rb
#initialize(word, escape, result) ⇒ Typography
Returns a new instance of Typography.
6 7 8 9 10 |
# File 'lib/typography.rb', line 6 def initialize(word, escape, result) @word = word @escape = escape @result = result end |