Class: OsuRuby::Parser::RawEntry
- Defined in:
- (osu-ruby2 0.0.2) osu-ruby2/parser/content.rb
Overview
“No Parsing” parser.
Always used as fallback during Entry.determine function.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#content ⇒ String
original string without any special strings to be returned.
Class Method Summary collapse
-
.condition(str) ⇒ Boolean
Always returns
true
.
Instance Method Summary collapse
-
#initialize(str) ⇒ RawEntry
constructor
store content within n parsing wrapper.
-
#to_s ⇒ String
Original content.
Methods inherited from Entry
#comment?, determine, inherited, register_checker
Methods included from Interface::MultiplexerInterface
Constructor Details
#initialize(str) ⇒ RawEntry
store content within n parsing wrapper.
Instance Attribute Details
#content ⇒ String
original string without any special strings to be returned.
Class Method Details
.condition(str) ⇒ Boolean
Returns always returns true
.
Instance Method Details
#to_s ⇒ String
Returns original content.