Module: GfmLivePreview

Extended by:
GfmLivePreview
Included in:
GfmLivePreview
Defined in:
lib/gfm_live_preview.rb,
lib/gfm_live_preview/server.rb,
lib/gfm_live_preview/version.rb,
lib/gfm_live_preview/syntax_highlighter.rb

Defined Under Namespace

Classes: Server, SyntaxHighlighter

Constant Summary collapse

VERSION =
"0.9.2"

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fileObject (readonly)

Returns the value of attribute file.



14
15
16
# File 'lib/gfm_live_preview.rb', line 14

def file
  @file
end

Instance Method Details

#run!(markdown_file) ⇒ Object



16
17
18
19
# File 'lib/gfm_live_preview.rb', line 16

def run! markdown_file
  @file = markdown_file
  Server.run!
end