Class: Bwoken::Coffeescript::ImportString
- Inherits:
-
Object
- Object
- Bwoken::Coffeescript::ImportString
- Defined in:
- lib/bwoken/coffeescript/import_string.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(string) ⇒ ImportString
constructor
A new instance of ImportString.
- #parse ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(string) ⇒ ImportString
Returns a new instance of ImportString.
5 6 7 |
# File 'lib/bwoken/coffeescript/import_string.rb', line 5 def initialize string @string = string end |
Instance Method Details
#parse ⇒ Object
9 10 |
# File 'lib/bwoken/coffeescript/import_string.rb', line 9 def parse end |
#to_s ⇒ Object
12 13 14 |
# File 'lib/bwoken/coffeescript/import_string.rb', line 12 def to_s @string end |