Class: UIC::Behavior
- Inherits:
-
Object
- Object
- UIC::Behavior
- Includes:
- FileBacked
- Defined in:
- lib/ruic/behaviors.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes included from FileBacked
Instance Method Summary collapse
-
#initialize(lua_path) ⇒ Behavior
constructor
A new instance of Behavior.
Methods included from FileBacked
#absolute_path, #file_found?, #filename, #relative_path, #save!, #save_as
Constructor Details
#initialize(lua_path) ⇒ Behavior
Returns a new instance of Behavior.
3 4 5 |
# File 'lib/ruic/behaviors.rb', line 3 def initialize( lua_path ) self.file = lua_path end |