Class: Rubyfuri::ResponseParsers::String
- Defined in:
- lib/rubyfuri/response_parsers/string.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Rubyfuri::ResponseParsers::Base
Instance Method Details
#ruby ⇒ Object
6 7 8 |
# File 'lib/rubyfuri/response_parsers/string.rb', line 6 def ruby @furiganas.join end |