Class: ShareDataWatcher::Struct::String

Inherits:
Base
  • Object
show all
Defined in:
lib/share-data-watcher/struct.rb

Overview

String Type

Class Method Summary collapse

Class Method Details

.build(data) ⇒ Object



19
20
21
# File 'lib/share-data-watcher/struct.rb', line 19

def build(data)
  data.to_s
end